Html Css Color HEX #3E0996 Indigo

📋 copy color: '#3E0996'

red 62 ◦ green 9 ◦ blue 150

#3E0996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #3E0996

Tints of Indigo #3E0996

RGB

 RED value IS 62 (24.61% from 255) = 28.05%

 GREEN value IS 9 (3.91% from 255) = 4.07%

 BLUE value IS 150 (58.98% from 255) = 67.87%

R = 28.05%
G = 4.07%
B = 67.87%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3E0996 (or 0x3E0996) is known color: Indigo. HEX triplet: 3E, 09 and 96. RGB value is (62,9,150). Sum of RGB (Red+Green+Blue) = 62+9+150=221 (29% of max value = 765). Red value is 62 (24.61% from 255 or 28.05% from 221); Green value is 9 (3.91% from 255 or 4.07% from 221); Blue value is 150 (58.98% from 255 or 67.87% from 221); Max value from RGB is 150 - color contains mainly: blue. Hex color #3E0996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E0996 is #C1F669. Grayscale: #282828. Windows color (decimal): -12711530 or 9832766. OLE color: 9832766.

HSL color Cylindrical-coordinate representation of color #3E0996: hue angle of 262.55º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0996 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 62 9 150 -
CMYK 0.59 0.94 0 0.41
HSL 262.55º 0.89% 0.31% -
HSV(B) 262.55º 0.94% 0.59% -
XYZ 7.59 3.42 29.11 -
YUV 40.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 62 9 150 0.59 0.94 0 0.41 262.55 0.89 0.31
Hex 3E 9 96 3B 5E 0 29 107 59 1F
Octal 76 11 226 73 136 0 51 407 131 37
Binary 111110 1001 10010110 111011 1011110 0 101001 100000111 1011001 11111

Color Harmonies of #3E0996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0996

Black with #3E0996

Text Example


Text Example

White with #3E0996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,9,150); }

 H1.HeaderClassName
 {
   color: #3E0996;
 }
 .AnyTagClassName
 {
   color: #3E0996;
 }
</style>

background-color css

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

 a { background-color: rgb(62,9,150); }

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

border-color css

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

 span { border-color: rgb(62,9,150); }

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