#3E0CA4

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

Shades of Indigo #3E0CA4

Tints of Indigo #3E0CA4

Color information

#3E0CA4 (or 0x3E0CA4) is unknown color: approx Indigo. HEX triplet: 3E, 0C and A4. RGB value is (62,12,164). Sum of RGB (Red+Green+Blue) = 62+12+164=238 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.05% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 164 (64.45% from 255 or 68.91% from 238); Max value from RGB is 164 - color contains mainly: blue. Hex color #3E0CA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0CA4 is #C1F35B. Grayscale: #2B2B2B. Windows color (decimal): -12710748 or 10751038. OLE color: 10751038.

HSL color Cylindrical-coordinate representation of color #3E0CA4: hue angle of 259.74º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0CA4 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6212164-
CMYK0.620.9300.36
HSL259.74º86.36%34.51%-
HSV(B)259.74º92.68%64.31%-
XYZ8.823.9735.42-
YUV44.28195.56140.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 26.05%
GREEN value IS 12 (5.08% from 255) = 5.04%
BLUE value IS 164 (64.45% from 255) = 68.91%
R=26.05%
G=5.04%
B=68.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal62121640.620.9300.36259.7486.3634.51
Hex3ECA43E5D0241045623
Octal76142447613504440412643
Binary111110110010100100111110101110101001001000001001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,12,164); }

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

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

 a { background-color: rgb(62,12,164); }

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

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

 span { border-color: rgb(62,12,164); }

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