Html Css Color HEX #5B05AA Indigo

📋 copy color: '#5B05AA'

red 91 ◦ green 5 ◦ blue 170

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

Shades of Indigo #5B05AA

Tints of Indigo #5B05AA

RGB

 RED value IS 91 (35.94% from 255) = 34.21%

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 34.21%
G = 1.88%
B = 63.91%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B05AA (or 0x5B05AA) is known color: Indigo. HEX triplet: 5B, 05 and AA. RGB value is (91,5,170). Sum of RGB (Red+Green+Blue) = 91+5+170=266 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.21% from 266); Green value is 5 (2.34% from 255 or 1.88% 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 #5B05AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B05AA is #A4FA55. Grayscale: #303030. Windows color (decimal): -10811990 or 11142491. OLE color: 11142491.

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

Color convert

RGB 91 5 170 -
CMYK 0.46 0.97 0 0.33
HSL 271.27º 0.94% 0.34% -
HSV(B) 271.27º 0.97% 0.67% -
XYZ 11.62 5.23 38.43 -
YUV 49.52 195.99 157.58 -
System Red Green Blue C M Y K H S L
Decimal 91 5 170 0.46 0.97 0 0.33 271.27 0.94 0.34
Hex 5B 5 AA 2E 61 0 21 10F 5E 22
Octal 133 5 252 56 141 0 41 417 136 42
Binary 1011011 101 10101010 101110 1100001 0 100001 100001111 1011110 100010

Color Harmonies of #5B05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B05AA

Black with #5B05AA

Text Example


Text Example

White with #5B05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,170); }

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

background-color css

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

 a { background-color: rgb(91,5,170); }

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

border-color css

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

 span { border-color: rgb(91,5,170); }

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