#3E1C74

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

Shades of Persian Indigo #3E1C74

Tints of Persian Indigo #3E1C74

Color information

#3E1C74 (or 0x3E1C74) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1C and 74. RGB value is (62,28,116). Sum of RGB (Red+Green+Blue) = 62+28+116=206 (27% of max value = 765). Red value is 62 (24.61% from 255 or 30.10% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #3E1C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1C74 is #C1E38B. Grayscale: #2F2F2F. Windows color (decimal): -12706700 or 7609406. OLE color: 7609406.

HSL color Cylindrical-coordinate representation of color #3E1C74: hue angle of 263.18º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E1C74 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6228116-
CMYK0.470.7600.55
HSL263.18º61.11%28.24%-
HSV(B)263.18º75.86%45.49%-
XYZ5.553.1216.83-
YUV48.2166.26137.84-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 30.10%
GREEN value IS 28 (11.33% from 255) = 13.59%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=30.10%
G=13.59%
B=56.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62281160.470.7600.55263.1861.1128.24
Hex3E1C742F4C0371073d1c
Octal7634164571140674077534
Binary1111101110011101001011111001100011011110000011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E1C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E1C74; }

 p { color: rgb(62,28,116); }

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

<style>
 a { background-color: #3E1C74; }

 a { background-color: rgb(62,28,116); }

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

<style>
 span { border-color: #3E1C74; }

 span { border-color: rgb(62,28,116); }

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