#3E0A8A

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

Shades of Persian Indigo #3E0A8A

Tints of Persian Indigo #3E0A8A

Color information

#3E0A8A (or 0x3E0A8A) is unknown color: approx Persian Indigo. HEX triplet: 3E, 0A and 8A. RGB value is (62,10,138). Sum of RGB (Red+Green+Blue) = 62+10+138=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #3E0A8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0A8A is #C1F575. Grayscale: #272727. Windows color (decimal): -12711286 or 9046590. OLE color: 9046590.

HSL color Cylindrical-coordinate representation of color #3E0A8A: hue angle of 264.38º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0A8A is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6210138-
CMYK0.550.9300.46
HSL264.38º86.49%29.02%-
HSV(B)264.38º92.75%54.12%-
XYZ6.683.0824.29-
YUV40.14183.23143.59-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.52%
GREEN value IS 10 (4.30% from 255) = 4.76%
BLUE value IS 138 (54.30% from 255) = 65.71%
R=29.52%
G=4.76%
B=65.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal62101380.550.9300.46264.3886.4929.02
Hex3EA8A375D02E108561d
Octal76122126713505641012635
Binary11111010101000101011011110111010101110100001000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,10,138); }

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

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

 a { background-color: rgb(62,10,138); }

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

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

 span { border-color: rgb(62,10,138); }

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