#3E128E

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

Shades of Persian Indigo #3E128E

Tints of Persian Indigo #3E128E

Color information

#3E128E (or 0x3E128E) is unknown color: approx Persian Indigo. HEX triplet: 3E, 12 and 8E. RGB value is (62,18,142). Sum of RGB (Red+Green+Blue) = 62+18+142=222 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.93% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E128E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E128E is #C1ED71. Grayscale: #2C2C2C. Windows color (decimal): -12709234 or 9310782. OLE color: 9310782.

HSL color Cylindrical-coordinate representation of color #3E128E: hue angle of 261.29º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E128E is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6218142-
CMYK0.560.8700.44
HSL261.29º77.5%31.37%-
HSV(B)261.29º87.32%55.69%-
XYZ7.093.4125.88-
YUV45.29182.58139.92-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 27.93%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 142 (55.86% from 255) = 63.96%
R=27.93%
G=8.11%
B=63.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal62181420.560.8700.44261.2977.531.37
Hex3E128E385702C1054e1f
Octal76222167012705440511637
Binary111110100101000111011100010101110101100100000101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,18,142); }

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

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

 a { background-color: rgb(62,18,142); }

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

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

 span { border-color: rgb(62,18,142); }

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