Html Css Color HEX #5B0C72 Indigo

📋 copy color: '#5B0C72'

red 91 ◦ green 12 ◦ blue 114

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

Shades of Indigo #5B0C72

Tints of Indigo #5B0C72

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.53%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 41.94%
G = 5.53%
B = 52.53%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B0C72 (or 0x5B0C72) is known color: Indigo. HEX triplet: 5B, 0C and 72. RGB value is (91,12,114). Sum of RGB (Red+Green+Blue) = 91+12+114=217 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.94% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B0C72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0C72 is #A4F38D. Grayscale: #2E2E2E. Windows color (decimal): -10810254 or 7474267. OLE color: 7474267.

HSL color Cylindrical-coordinate representation of color #5B0C72: hue angle of 286.47º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B0C72 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 12 114 -
CMYK 0.20 0.89 0 0.55
HSL 286.47º 0.81% 0.25% -
HSV(B) 286.47º 0.89% 0.45% -
XYZ 7.48 3.7 16.24 -
YUV 47.25 165.67 159.21 -
System Red Green Blue C M Y K H S L
Decimal 91 12 114 0.20 0.89 0 0.55 286.47 0.81 0.25
Hex 5B C 72 14 59 0 37 11E 51 19
Octal 133 14 162 24 131 0 67 436 121 31
Binary 1011011 1100 1110010 10100 1011001 0 110111 100011110 1010001 11001

Color Harmonies of #5B0C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0C72

Black with #5B0C72

Text Example


Text Example

White with #5B0C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,12,114); }

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

background-color css

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

 a { background-color: rgb(91,12,114); }

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

border-color css

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

 span { border-color: rgb(91,12,114); }

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