Html Css Color HEX #5B149C Indigo

📋 copy color: '#5B149C'

red 91 ◦ green 20 ◦ blue 156

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

Shades of Indigo #5B149C

Tints of Indigo #5B149C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

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

R = 34.08%
G = 7.49%
B = 58.43%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5B149C (or 0x5B149C) is known color: Indigo. HEX triplet: 5B, 14 and 9C. RGB value is (91,20,156). Sum of RGB (Red+Green+Blue) = 91+20+156=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #5B149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B149C is #A4EB63. Grayscale: #383838. Windows color (decimal): -10808164 or 10228827. OLE color: 10228827.

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

Color convert

RGB 91 20 156 -
CMYK 0.42 0.87 0 0.39
HSL 271.32º 0.77% 0.35% -
HSV(B) 271.32º 0.87% 0.61% -
XYZ 10.57 5.12 31.88 -
YUV 56.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 91 20 156 0.42 0.87 0 0.39 271.32 0.77 0.35
Hex 5B 14 9C 2A 57 0 27 10F 4D 23
Octal 133 24 234 52 127 0 47 417 115 43
Binary 1011011 10100 10011100 101010 1010111 0 100111 100001111 1001101 100011

Color Harmonies of #5B149C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B149C

Black with #5B149C

Text Example


Text Example

White with #5B149C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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