#3E0CAB

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

Shades of Indigo #3E0CAB

Tints of Indigo #3E0CAB

Color information

#3E0CAB (or 0x3E0CAB) is unknown color: approx Indigo. HEX triplet: 3E, 0C and AB. RGB value is (62,12,171). Sum of RGB (Red+Green+Blue) = 62+12+171=245 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.31% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 171 (67.19% from 255 or 69.80% from 245); Max value from RGB is 171 - color contains mainly: blue. Hex color #3E0CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0CAB is #C1F354. Grayscale: #2C2C2C. Windows color (decimal): -12710741 or 11209790. OLE color: 11209790.

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

Color convert

RGB6212171-
CMYK0.640.9300.33
HSL258.87º86.89%35.88%-
HSV(B)258.87º92.98%67.06%-
XYZ9.474.2338.84-
YUV45.08199.06140.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.31%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 171 (67.19% from 255) = 69.80%
R=25.31%
G=4.90%
B=69.80%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal62121710.640.9300.33258.8786.8935.88
Hex3ECAB405D0211035724
Octal761425310013504140312744
Binary1111101100101010111000000101110101000011000000111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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