Html Css Color HEX #3E0872 Indigo

📋 copy color: '#3E0872'

red 62 ◦ green 8 ◦ blue 114

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

Shades of Indigo #3E0872

Tints of Indigo #3E0872

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 114 (44.92% from 255) = 61.96%

R = 33.7%
G = 4.35%
B = 61.96%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#3E0872 (or 0x3E0872) is known color: Indigo. HEX triplet: 3E, 08 and 72. RGB value is (62,8,114). Sum of RGB (Red+Green+Blue) = 62+8+114=184 (24% of max value = 765). Red value is 62 (24.61% from 255 or 33.70% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 114 (44.92% from 255 or 61.96% from 184); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E0872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0872 is #C1F78D. Grayscale: #232323. Windows color (decimal): -12711822 or 7473214. OLE color: 7473214.

HSL color Cylindrical-coordinate representation of color #3E0872: hue angle of 270.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3E0872 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 62 8 114 -
CMYK 0.46 0.93 0 0.55
HSL 270.57º 0.87% 0.24% -
HSV(B) 270.57º 0.93% 0.45% -
XYZ 5.11 2.41 16.12 -
YUV 36.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 62 8 114 0.46 0.93 0 0.55 270.57 0.87 0.24
Hex 3E 8 72 2E 5D 0 37 10F 57 18
Octal 76 10 162 56 135 0 67 417 127 30
Binary 111110 1000 1110010 101110 1011101 0 110111 100001111 1010111 11000

Color Harmonies of #3E0872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0872

Black with #3E0872

Text Example


Text Example

White with #3E0872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,8,114); }

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

background-color css

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

 a { background-color: rgb(62,8,114); }

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

border-color css

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

 span { border-color: rgb(62,8,114); }

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