Html Css Color HEX #3E0077 Indigo

📋 copy color: '#3E0077'

red 62 ◦ green 0 ◦ blue 119

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

Shades of Indigo #3E0077

Tints of Indigo #3E0077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 65.75%

R = 34.25%
G = 0%
B = 65.75%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3E0077 (or 0x3E0077) is known color: Indigo. HEX triplet: 3E, 00 and 77. RGB value is (62,0,119). Sum of RGB (Red+Green+Blue) = 62+0+119=181 (23% of max value = 765). Red value is 62 (24.61% from 255 or 34.25% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #3E0077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E0077 is #C1FF88. Grayscale: #1F1F1F. Windows color (decimal): -12713865 or 7798846. OLE color: 7798846.

HSL color Cylindrical-coordinate representation of color #3E0077: hue angle of 271.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0077 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 62 0 119 -
CMYK 0.48 1 0 0.53
HSL 271.26º 1% 0.23% -
HSV(B) 271.26º 1% 0.47% -
XYZ 5.32 2.36 17.63 -
YUV 32.1 177.04 149.32 -
System Red Green Blue C M Y K H S L
Decimal 62 0 119 0.48 1 0 0.53 271.26 1 0.23
Hex 3E 0 77 30 64 0 35 10F 64 17
Octal 76 0 167 60 144 0 65 417 144 27
Binary 111110 0 1110111 110000 1100100 0 110101 100001111 1100100 10111

Color Harmonies of #3E0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E0077

Black with #3E0077

Text Example


Text Example

White with #3E0077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,0,119); }

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

background-color css

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

 a { background-color: rgb(62,0,119); }

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

border-color css

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

 span { border-color: rgb(62,0,119); }

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