#3E10A6

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

Shades of Persian Indigo #3E10A6

Tints of Persian Indigo #3E10A6

Color information

#3E10A6 (or 0x3E10A6) is unknown color: approx Persian Indigo. HEX triplet: 3E, 10 and A6. RGB value is (62,16,166). Sum of RGB (Red+Green+Blue) = 62+16+166=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 166 (65.23% from 255 or 68.03% from 244); Max value from RGB is 166 - color contains mainly: blue. Hex color #3E10A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E10A6 is #C1EF59. Grayscale: #2E2E2E. Windows color (decimal): -12709722 or 10883134. OLE color: 10883134.

HSL color Cylindrical-coordinate representation of color #3E10A6: hue angle of 258.4º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E10A6 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6216166-
CMYK0.630.9000.35
HSL258.4º82.42%35.69%-
HSV(B)258.4º90.36%65.1%-
XYZ9.054.1536.4-
YUV46.85195.24138.8-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.41%
GREEN value IS 16 (6.64% from 255) = 6.56%
BLUE value IS 166 (65.23% from 255) = 68.03%
R=25.41%
G=6.56%
B=68.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal62161660.630.9000.35258.482.4235.69
Hex3E10A63F5A0231025224
Octal76202467713204340212244
Binary1111101000010100110111111101101001000111000000101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E10A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,16,166); }

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

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

 a { background-color: rgb(62,16,166); }

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

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

 span { border-color: rgb(62,16,166); }

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