Html Css Color HEX #5B05A7 Indigo

📋 copy color: '#5B05A7'

red 91 ◦ green 5 ◦ blue 167

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

Shades of Indigo #5B05A7

Tints of Indigo #5B05A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 63.5%

R = 34.6%
G = 1.9%
B = 63.5%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5B05A7 (or 0x5B05A7) is known color: Indigo. HEX triplet: 5B, 05 and A7. RGB value is (91,5,167). Sum of RGB (Red+Green+Blue) = 91+5+167=263 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.60% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 167 (65.62% from 255 or 63.50% from 263); Max value from RGB is 167 - color contains mainly: blue. Hex color #5B05A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B05A7 is #A4FA58. Grayscale: #303030. Windows color (decimal): -10811993 or 10945883. OLE color: 10945883.

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

Color convert

RGB 91 5 167 -
CMYK 0.46 0.97 0 0.35
HSL 271.85º 0.94% 0.34% -
HSV(B) 271.85º 0.97% 0.65% -
XYZ 11.34 5.12 36.95 -
YUV 49.18 194.49 157.83 -
System Red Green Blue C M Y K H S L
Decimal 91 5 167 0.46 0.97 0 0.35 271.85 0.94 0.34
Hex 5B 5 A7 2E 61 0 23 110 5E 22
Octal 133 5 247 56 141 0 43 420 136 42
Binary 1011011 101 10100111 101110 1100001 0 100011 100010000 1011110 100010

Color Harmonies of #5B05A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B05A7

Black with #5B05A7

Text Example


Text Example

White with #5B05A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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