#3E0795

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

Shades of Indigo #3E0795

Tints of Indigo #3E0795

Color information

#3E0795 (or 0x3E0795) is unknown color: approx Indigo. HEX triplet: 3E, 07 and 95. RGB value is (62,7,149). Sum of RGB (Red+Green+Blue) = 62+7+149=218 (28% of max value = 765). Red value is 62 (24.61% from 255 or 28.44% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 149 (58.59% from 255 or 68.35% from 218); Max value from RGB is 149 - color contains mainly: blue. Hex color #3E0795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0795 is #C1F86A. Grayscale: #272727. Windows color (decimal): -12712043 or 9766718. OLE color: 9766718.

HSL color Cylindrical-coordinate representation of color #3E0795: hue angle of 263.24º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0795 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB627149-
CMYK0.580.9500.42
HSL263.24º91.03%30.59%-
HSV(B)263.24º95.3%58.43%-
XYZ7.493.3528.68-
YUV39.63189.72143.95-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.44%
GREEN value IS 7 (3.12% from 255) = 3.21%
BLUE value IS 149 (58.59% from 255) = 68.35%
R=28.44%
G=3.21%
B=68.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal6271490.580.9500.42263.2491.0330.59
Hex3E7953A5F02A1075b1f
Octal7672257213705240713337
Binary1111101111001010111101010111110101010100000111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,7,149); }

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

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

 a { background-color: rgb(62,7,149); }

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

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

 span { border-color: rgb(62,7,149); }

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