Html Css Color HEX #5E07AA Indigo

📋 copy color: '#5E07AA'

red 94 ◦ green 7 ◦ blue 170

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

Shades of Indigo #5E07AA

Tints of Indigo #5E07AA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.58%

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

R = 34.69%
G = 2.58%
B = 62.73%

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

#5E07AA (or 0x5E07AA) is known color: Indigo. HEX triplet: 5E, 07 and AA. RGB value is (94,7,170). Sum of RGB (Red+Green+Blue) = 94+7+170=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E07AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E07AA is #A1F855. Grayscale: #333333. Windows color (decimal): -10614870 or 11143006. OLE color: 11143006.

HSL color Cylindrical-coordinate representation of color #5E07AA: hue angle of 272.02º degrees, saturation: 0.92, 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 #5E07AA is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 7 170 -
CMYK 0.45 0.96 0 0.33
HSL 272.02º 0.92% 0.35% -
HSV(B) 272.02º 0.96% 0.67% -
XYZ 11.95 5.43 38.45 -
YUV 51.6 194.82 158.25 -
System Red Green Blue C M Y K H S L
Decimal 94 7 170 0.45 0.96 0 0.33 272.02 0.92 0.35
Hex 5E 7 AA 2D 60 0 21 110 5C 23
Octal 136 7 252 55 140 0 41 420 134 43
Binary 1011110 111 10101010 101101 1100000 0 100001 100010000 1011100 100011

Color Harmonies of #5E07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E07AA

Black with #5E07AA

Text Example


Text Example

White with #5E07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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