Html Css Color HEX #5B0B7F Indigo

📋 copy color: '#5B0B7F'

red 91 ◦ green 11 ◦ blue 127

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

Shades of Indigo #5B0B7F

Tints of Indigo #5B0B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.8%

 BLUE value IS 127 (50% from 255) = 55.46%

R = 39.74%
G = 4.8%
B = 55.46%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B0B7F (or 0x5B0B7F) is known color: Indigo. HEX triplet: 5B, 0B and 7F. RGB value is (91,11,127). Sum of RGB (Red+Green+Blue) = 91+11+127=229 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.74% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 127 (50% from 255 or 55.46% from 229); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B0B7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0B7F is #A4F480. Grayscale: #2F2F2F. Windows color (decimal): -10810497 or 8325979. OLE color: 8325979.

HSL color Cylindrical-coordinate representation of color #5B0B7F: hue angle of 281.38º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0B7F is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 91 11 127 -
CMYK 0.28 0.91 0 0.50
HSL 281.38º 0.84% 0.27% -
HSV(B) 281.38º 0.91% 0.5% -
XYZ 8.26 4 20.41 -
YUV 48.14 172.5 158.57 -
System Red Green Blue C M Y K H S L
Decimal 91 11 127 0.28 0.91 0 0.50 281.38 0.84 0.27
Hex 5B B 7F 1C 5B 0 32 119 54 1B
Octal 133 13 177 34 133 0 62 431 124 33
Binary 1011011 1011 1111111 11100 1011011 0 110010 100011001 1010100 11011

Color Harmonies of #5B0B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0B7F

Black with #5B0B7F

Text Example


Text Example

White with #5B0B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,11,127); }

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

background-color css

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

 a { background-color: rgb(91,11,127); }

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

border-color css

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

 span { border-color: rgb(91,11,127); }

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