#3E0698

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

Shades of Indigo #3E0698

Tints of Indigo #3E0698

Color information

#3E0698 (or 0x3E0698) is unknown color: approx Indigo. HEX triplet: 3E, 06 and 98. RGB value is (62,6,152). Sum of RGB (Red+Green+Blue) = 62+6+152=220 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.18% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 152 (59.77% from 255 or 69.09% from 220); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E0698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0698 is #C1F967. Grayscale: #262626. Windows color (decimal): -12712296 or 9963070. OLE color: 9963070.

HSL color Cylindrical-coordinate representation of color #3E0698: hue angle of 263.01º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3E0698 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB626152-
CMYK0.590.9600.40
HSL263.01º92.41%30.98%-
HSV(B)263.01º96.05%59.61%-
XYZ7.723.4229.96-
YUV39.39191.55144.13-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 28.18%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 152 (59.77% from 255) = 69.09%
R=28.18%
G=2.73%
B=69.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal6261520.590.9600.40263.0192.4130.98
Hex3E6983B600281075c1f
Octal7662307314005040713437
Binary1111101101001100011101111000000101000100000111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,6,152); }

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

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

 a { background-color: rgb(62,6,152); }

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

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

 span { border-color: rgb(62,6,152); }

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