Html Css Color HEX #5E06AA Indigo

📋 copy color: '#5E06AA'

red 94 ◦ green 6 ◦ blue 170

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

Shades of Indigo #5E06AA

Tints of Indigo #5E06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.22%

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

R = 34.81%
G = 2.22%
B = 62.96%

CMYK

 C value IS 0.45

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E06AA (or 0x5E06AA) is known color: Indigo. HEX triplet: 5E, 06 and AA. RGB value is (94,6,170). Sum of RGB (Red+Green+Blue) = 94+6+170=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 6 (2.73% from 255 or 2.22% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E06AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E06AA is #A1F955. Grayscale: #323232. Windows color (decimal): -10615126 or 11142750. OLE color: 11142750.

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

Color convert

RGB 94 6 170 -
CMYK 0.45 0.96 0 0.33
HSL 272.2º 0.93% 0.35% -
HSV(B) 272.2º 0.96% 0.67% -
XYZ 11.94 5.41 38.45 -
YUV 51.01 195.15 158.66 -
System Red Green Blue C M Y K H S L
Decimal 94 6 170 0.45 0.96 0 0.33 272.2 0.93 0.35
Hex 5E 6 AA 2D 60 0 21 110 5D 23
Octal 136 6 252 55 140 0 41 420 135 43
Binary 1011110 110 10101010 101101 1100000 0 100001 100010000 1011101 100011

Color Harmonies of #5E06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E06AA

Black with #5E06AA

Text Example


Text Example

White with #5E06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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