Html Css Color HEX #5D07AA Indigo

📋 copy color: '#5D07AA'

red 93 ◦ green 7 ◦ blue 170

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

Shades of Indigo #5D07AA

Tints of Indigo #5D07AA

RGB

 RED value IS 93 (36.72% from 255) = 34.44%

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

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

R = 34.44%
G = 2.59%
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

#5D07AA (or 0x5D07AA) is known color: Indigo. HEX triplet: 5D, 07 and AA. RGB value is (93,7,170). Sum of RGB (Red+Green+Blue) = 93+7+170=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 7 (3.12% from 255 or 2.59% 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 #5D07AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D07AA is #A2F855. Grayscale: #323232. Windows color (decimal): -10680406 or 11143005. OLE color: 11143005.

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

Color convert

RGB 93 7 170 -
CMYK 0.45 0.96 0 0.33
HSL 271.66º 0.92% 0.35% -
HSV(B) 271.66º 0.96% 0.67% -
XYZ 11.85 5.38 38.44 -
YUV 51.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 93 7 170 0.45 0.96 0 0.33 271.66 0.92 0.35
Hex 5D 7 AA 2D 60 0 21 110 5C 23
Octal 135 7 252 55 140 0 41 420 134 43
Binary 1011101 111 10101010 101101 1100000 0 100001 100010000 1011100 100011

Color Harmonies of #5D07AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D07AA

Black with #5D07AA

Text Example


Text Example

White with #5D07AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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