Html Css Color HEX #5E02AA Indigo

📋 copy color: '#5E02AA'

red 94 ◦ green 2 ◦ blue 170

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

Shades of Indigo #5E02AA

Tints of Indigo #5E02AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 35.34%
G = 0.75%
B = 63.91%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E02AA (or 0x5E02AA) is known color: Indigo. HEX triplet: 5E, 02 and AA. RGB value is (94,2,170). Sum of RGB (Red+Green+Blue) = 94+2+170=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E02AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E02AA is #A1FD55. Grayscale: #303030. Windows color (decimal): -10616150 or 11141726. OLE color: 11141726.

HSL color Cylindrical-coordinate representation of color #5E02AA: hue angle of 272.86º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02AA is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 2 170 -
CMYK 0.45 0.99 0 0.33
HSL 272.86º 0.98% 0.34% -
HSV(B) 272.86º 0.99% 0.67% -
XYZ 11.89 5.33 38.43 -
YUV 48.66 196.48 160.34 -
System Red Green Blue C M Y K H S L
Decimal 94 2 170 0.45 0.99 0 0.33 272.86 0.98 0.34
Hex 5E 2 AA 2D 63 0 21 111 62 22
Octal 136 2 252 55 143 0 41 421 142 42
Binary 1011110 10 10101010 101101 1100011 0 100001 100010001 1100010 100010

Color Harmonies of #5E02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E02AA

Black with #5E02AA

Text Example


Text Example

White with #5E02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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