#38038D

Color #38038D Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #38038D

Tints of Persian Indigo #38038D

Color information

#38038D (or 0x38038D) is unknown color: approx Persian Indigo. HEX triplet: 38, 03 and 8D. RGB value is (56,3,141). Sum of RGB (Red+Green+Blue) = 56+3+141=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 141 (55.47% from 255 or 70.5% from 200); Max value from RGB is 141 - color contains mainly: blue. Hex color #38038D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38038D is #C7FC72. Grayscale: #222222. Windows color (decimal): -13106291 or 9241400. OLE color: 9241400.

HSL color Cylindrical-coordinate representation of color #38038D: hue angle of 263.04º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #38038D is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB563141-
CMYK0.600.9800.45
HSL263.04º95.83%28.24%-
HSV(B)263.04º97.87%55.29%-
XYZ6.472.8325.4-
YUV34.58188.06143.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 28%
GREEN value IS 3 (1.56% from 255) = 1.5%
BLUE value IS 141 (55.47% from 255) = 70.5%
R=28%
G=1.5%
B=70.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal5631410.600.9800.45263.0495.8328.24
Hex3838D3C6202D107601c
Octal7032157414205540714034
Binary111000111000110111110011000100101101100000111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38038D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38038D; }

 p { color: rgb(56,3,141); }

 H1.HeaderClassName
 {
   color: #38038D;
 }
 .AnyTagClassName
 {
   color: #38038D;
 }
</style>
background-color css

<style>
 a { background-color: #38038D; }

 a { background-color: rgb(56,3,141); }

 div.DivClassName
 {
   background-color: #38038D;
 }
 .BgClassName
 {
   background-color: #38038D;
 }
</style>
border-color css

<style>
 span { border-color: #38038D; }

 span { border-color: rgb(56,3,141); }

 td.TdClassName
 {
   border-color: #38038D;
 }
 .TagClassName
 {
   border-color: #38038D;
 }
</style>