Html Css Color HEX #5E029B Indigo

📋 copy color: '#5E029B'

red 94 ◦ green 2 ◦ blue 155

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

Shades of Indigo #5E029B

Tints of Indigo #5E029B

RGB

 RED value IS 94 (37.11% from 255) = 37.45%

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

 BLUE value IS 155 (60.94% from 255) = 61.75%

R = 37.45%
G = 0.8%
B = 61.75%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E029B (or 0x5E029B) is known color: Indigo. HEX triplet: 5E, 02 and 9B. RGB value is (94,2,155). Sum of RGB (Red+Green+Blue) = 94+2+155=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 155 (60.94% from 255 or 61.75% from 251); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E029B is #A1FD64. Grayscale: #2E2E2E. Windows color (decimal): -10616165 or 10158686. OLE color: 10158686.

HSL color Cylindrical-coordinate representation of color #5E029B: hue angle of 276.08º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E029B is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 94 2 155 -
CMYK 0.39 0.99 0 0.39
HSL 276.08º 0.97% 0.31% -
HSV(B) 276.08º 0.99% 0.61% -
XYZ 10.55 4.79 31.38 -
YUV 46.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 94 2 155 0.39 0.99 0 0.39 276.08 0.97 0.31
Hex 5E 2 9B 27 63 0 27 114 61 1F
Octal 136 2 233 47 143 0 47 424 141 37
Binary 1011110 10 10011011 100111 1100011 0 100111 100010100 1100001 11111

Color Harmonies of #5E029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E029B

Black with #5E029B

Text Example


Text Example

White with #5E029B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E029B; }

 p { color: rgb(94,2,155); }

 H1.HeaderClassName
 {
   color: #5E029B;
 }
 .AnyTagClassName
 {
   color: #5E029B;
 }
</style>

background-color css

<style>
 a { background-color: #5E029B; }

 a { background-color: rgb(94,2,155); }

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

border-color css

<style>
 span { border-color: #5E029B; }

 span { border-color: rgb(94,2,155); }

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