#3E0292

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

Shades of Indigo #3E0292

Tints of Indigo #3E0292

Color information

#3E0292 (or 0x3E0292) is unknown color: approx Indigo. HEX triplet: 3E, 02 and 92. RGB value is (62,2,146). Sum of RGB (Red+Green+Blue) = 62+2+146=210 (27% of max value = 765). Red value is 62 (24.61% from 255 or 29.52% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 146 (57.42% from 255 or 69.52% from 210); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0292 is #C1FD6D. Grayscale: #232323. Windows color (decimal): -12713326 or 9568830. OLE color: 9568830.

HSL color Cylindrical-coordinate representation of color #3E0292: hue angle of 265º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E0292 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB622146-
CMYK0.580.9900.43
HSL265º97.3%29.02%-
HSV(B)265º98.63%57.25%-
XYZ7.23.1427.42-
YUV36.36189.88146.29-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 29.52%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 146 (57.42% from 255) = 69.52%
R=29.52%
G=0.95%
B=69.52%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal6221460.580.9900.4326597.329.02
Hex3E2923A6302B109611d
Octal7622227214305341114135
Binary111110101001001011101011000110101011100001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,2,146); }

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

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

 a { background-color: rgb(62,2,146); }

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

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

 span { border-color: rgb(62,2,146); }

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