Html Css Color HEX #5C0B76 Indigo

📋 copy color: '#5C0B76'

red 92 ◦ green 11 ◦ blue 118

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

Shades of Indigo #5C0B76

Tints of Indigo #5C0B76

RGB

 RED value IS 92 (36.33% from 255) = 41.63%

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

 BLUE value IS 118 (46.48% from 255) = 53.39%

R = 41.63%
G = 4.98%
B = 53.39%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5C0B76 (or 0x5C0B76) is known color: Indigo. HEX triplet: 5C, 0B and 76. RGB value is (92,11,118). Sum of RGB (Red+Green+Blue) = 92+11+118=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 118 (46.48% from 255 or 53.39% from 221); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C0B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0B76 is #A3F489. Grayscale: #2F2F2F. Windows color (decimal): -10744970 or 7736156. OLE color: 7736156.

HSL color Cylindrical-coordinate representation of color #5C0B76: hue angle of 285.42º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0B76 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 92 11 118 -
CMYK 0.22 0.91 0 0.54
HSL 285.42º 0.83% 0.25% -
HSV(B) 285.42º 0.91% 0.46% -
XYZ 7.8 3.82 17.47 -
YUV 47.42 167.84 159.8 -
System Red Green Blue C M Y K H S L
Decimal 92 11 118 0.22 0.91 0 0.54 285.42 0.83 0.25
Hex 5C B 76 16 5B 0 36 11D 53 19
Octal 134 13 166 26 133 0 66 435 123 31
Binary 1011100 1011 1110110 10110 1011011 0 110110 100011101 1010011 11001

Color Harmonies of #5C0B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0B76

Black with #5C0B76

Text Example


Text Example

White with #5C0B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,11,118); }

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

background-color css

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

 a { background-color: rgb(92,11,118); }

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

border-color css

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

 span { border-color: rgb(92,11,118); }

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