Html Css Color HEX #5B029C Indigo

📋 copy color: '#5B029C'

red 91 ◦ green 2 ◦ blue 156

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

Shades of Indigo #5B029C

Tints of Indigo #5B029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 156 (61.33% from 255) = 62.65%

R = 36.55%
G = 0.8%
B = 62.65%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B029C (or 0x5B029C) is known color: Indigo. HEX triplet: 5B, 02 and 9C. RGB value is (91,2,156). Sum of RGB (Red+Green+Blue) = 91+2+156=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B029C is #A4FD63. Grayscale: #2D2D2D. Windows color (decimal): -10812772 or 10224219. OLE color: 10224219.

HSL color Cylindrical-coordinate representation of color #5B029C: hue angle of 274.68º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B029C is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 91 2 156 -
CMYK 0.42 0.99 0 0.39
HSL 274.68º 0.97% 0.31% -
HSV(B) 274.68º 0.99% 0.61% -
XYZ 10.34 4.67 31.81 -
YUV 46.17 189.99 159.98 -
System Red Green Blue C M Y K H S L
Decimal 91 2 156 0.42 0.99 0 0.39 274.68 0.97 0.31
Hex 5B 2 9C 2A 63 0 27 113 61 1F
Octal 133 2 234 52 143 0 47 423 141 37
Binary 1011011 10 10011100 101010 1100011 0 100111 100010011 1100001 11111

Color Harmonies of #5B029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B029C

Black with #5B029C

Text Example


Text Example

White with #5B029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,2,156); }

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

background-color css

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

 a { background-color: rgb(91,2,156); }

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

border-color css

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

 span { border-color: rgb(91,2,156); }

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