Html Css Color HEX #3E029F Indigo

📋 copy color: '#3E029F'

red 62 ◦ green 2 ◦ blue 159

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

Shades of Indigo #3E029F

Tints of Indigo #3E029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

 BLUE value IS 159 (62.5% from 255) = 71.3%

R = 27.8%
G = 0.9%
B = 71.3%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E029F (or 0x3E029F) is known color: Indigo. HEX triplet: 3E, 02 and 9F. RGB value is (62,2,159). Sum of RGB (Red+Green+Blue) = 62+2+159=223 (29% of max value = 765). Red value is 62 (24.61% from 255 or 27.80% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 159 (62.5% from 255 or 71.30% from 223); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3E029F is #C1FD60. Grayscale: #252525. Windows color (decimal): -12713313 or 10420798. OLE color: 10420798.

HSL color Cylindrical-coordinate representation of color #3E029F: hue angle of 262.93º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E029F is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 62 2 159 -
CMYK 0.61 0.99 0 0.38
HSL 262.93º 0.98% 0.32% -
HSV(B) 262.93º 0.99% 0.62% -
XYZ 8.27 3.57 33.05 -
YUV 37.84 196.38 145.23 -
System Red Green Blue C M Y K H S L
Decimal 62 2 159 0.61 0.99 0 0.38 262.93 0.98 0.32
Hex 3E 2 9F 3D 63 0 26 107 62 20
Octal 76 2 237 75 143 0 46 407 142 40
Binary 111110 10 10011111 111101 1100011 0 100110 100000111 1100010 100000

Color Harmonies of #3E029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E029F

Black with #3E029F

Text Example


Text Example

White with #3E029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,2,159); }

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

background-color css

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

 a { background-color: rgb(62,2,159); }

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

border-color css

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

 span { border-color: rgb(62,2,159); }

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