Html Css Color HEX #3E017E Indigo

📋 copy color: '#3E017E'

red 62 ◦ green 1 ◦ blue 126

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

Shades of Indigo #3E017E

Tints of Indigo #3E017E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 126 (49.61% from 255) = 66.67%

R = 32.8%
G = 0.53%
B = 66.67%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3E017E (or 0x3E017E) is known color: Indigo. HEX triplet: 3E, 01 and 7E. RGB value is (62,1,126). Sum of RGB (Red+Green+Blue) = 62+1+126=189 (25% of max value = 765). Red value is 62 (24.61% from 255 or 32.80% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 126 (49.61% from 255 or 66.67% from 189); Max value from RGB is 126 - color contains mainly: blue. Hex color #3E017E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3E017E is #C1FE81. Grayscale: #212121. Windows color (decimal): -12713602 or 8257854. OLE color: 8257854.

HSL color Cylindrical-coordinate representation of color #3E017E: hue angle of 269.28º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E017E is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 62 1 126 -
CMYK 0.51 0.99 0 0.51
HSL 269.28º 0.98% 0.25% -
HSV(B) 269.28º 0.99% 0.49% -
XYZ 5.76 2.55 19.93 -
YUV 33.49 180.21 148.34 -
System Red Green Blue C M Y K H S L
Decimal 62 1 126 0.51 0.99 0 0.51 269.28 0.98 0.25
Hex 3E 1 7E 33 63 0 33 10D 62 19
Octal 76 1 176 63 143 0 63 415 142 31
Binary 111110 1 1111110 110011 1100011 0 110011 100001101 1100010 11001

Color Harmonies of #3E017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E017E

Black with #3E017E

Text Example


Text Example

White with #3E017E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,1,126); }

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

background-color css

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

 a { background-color: rgb(62,1,126); }

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

border-color css

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

 span { border-color: rgb(62,1,126); }

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