#3e1c7c

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

Shades of Persian Indigo #3E1C7C

Tints of Persian Indigo #3E1C7C

Color information

#3E1C7C (or 0x3E1C7C) is unknown color: approx Persian Indigo. HEX triplet: 3E, 1C and 7C. RGB value is (62,28,124). Sum of RGB (Red+Green+Blue) = 62+28+124=214 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.97% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #3E1C7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E1C7C is #C1E383. Grayscale: #303030. Windows color (decimal): -12706692 or 8133694. OLE color: 8133694.

HSL color Cylindrical-coordinate representation of color #3E1C7C: hue angle of 261.25º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E1C7C is Cyan = 0.5, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6228124-
CMYK0.50.7700.51
HSL261.25º63.16%29.8%-
HSV(B)261.25º77.42%48.63%-
XYZ6.043.3119.39-
YUV49.11170.26137.19-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.97%
GREEN value IS 28 (11.33% from 255) = 13.08%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=28.97%
G=13.08%
B=57.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal62281240.50.7700.51261.2563.1629.8
Hex3E1C7C324D0331053f1e
Octal7634174621150634057736
Binary1111101110011111001100101001101011001110000010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3e1c7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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