Html Css Color HEX #5C0B88 Indigo

📋 copy color: '#5C0B88'

red 92 ◦ green 11 ◦ blue 136

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

Shades of Indigo #5C0B88

Tints of Indigo #5C0B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.9%

R = 38.49%
G = 4.6%
B = 56.9%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5C0B88 (or 0x5C0B88) is known color: Indigo. HEX triplet: 5C, 0B and 88. RGB value is (92,11,136). Sum of RGB (Red+Green+Blue) = 92+11+136=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 11 (4.69% from 255 or 4.60% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C0B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0B88 is #A3F477. Grayscale: #313131. Windows color (decimal): -10744952 or 8915804. OLE color: 8915804.

HSL color Cylindrical-coordinate representation of color #5C0B88: hue angle of 278.88º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C0B88 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 92 11 136 -
CMYK 0.32 0.92 0 0.47
HSL 278.88º 0.85% 0.29% -
HSV(B) 278.88º 0.92% 0.53% -
XYZ 8.98 4.29 23.65 -
YUV 49.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 92 11 136 0.32 0.92 0 0.47 278.88 0.85 0.29
Hex 5C B 88 20 5C 0 2F 117 55 1D
Octal 134 13 210 40 134 0 57 427 125 35
Binary 1011100 1011 10001000 100000 1011100 0 101111 100010111 1010101 11101

Color Harmonies of #5C0B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0B88

Black with #5C0B88

Text Example


Text Example

White with #5C0B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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