#5C0B8B

Color #5C0B8B Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5C0B8B

Tints of Indigo #5C0B8B

Color information

#5C0B8B (or 0x5C0B8B) is unknown color: approx Indigo. HEX triplet: 5C, 0B and 8B. RGB value is (92,11,139). Sum of RGB (Red+Green+Blue) = 92+11+139=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 11 (4.69% from 255 or 4.55% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #5C0B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0B8B is #A3F474. Grayscale: #313131. Windows color (decimal): -10744949 or 9112412. OLE color: 9112412.

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

Color convert

RGB9211139-
CMYK0.340.9200.45
HSL277.97º85.33%29.41%-
HSV(B)277.97º92.09%54.51%-
XYZ9.194.3824.79-
YUV49.81178.34158.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 11 (4.69% from 255) = 4.55%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=38.02%
G=4.55%
B=57.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92111390.340.9200.45277.9785.3329.41
Hex5CB8B225C02D116551d
Octal134132134213405542612535
Binary101110010111000101110001010111000101101100010110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C0B8B;
 }
 .AnyTagClassName
 {
   color: #5C0B8B;
 }
</style>
background-color css

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

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

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

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

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

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