#5C147B

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

Shades of Indigo #5C147B

Tints of Indigo #5C147B

Color information

#5C147B (or 0x5C147B) is unknown color: approx Indigo. HEX triplet: 5C, 14 and 7B. RGB value is (92,20,123). Sum of RGB (Red+Green+Blue) = 92+20+123=235 (31% of max value = 765). Red value is 92 (36.33% from 255 or 39.15% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C147B is #A3EB84. Grayscale: #343434. Windows color (decimal): -10742661 or 8066140. OLE color: 8066140.

HSL color Cylindrical-coordinate representation of color #5C147B: hue angle of 281.94º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C147B is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9220123-
CMYK0.250.8400.52
HSL281.94º72.03%28.04%-
HSV(B)281.94º83.74%48.24%-
XYZ8.244.2119.12-
YUV53.27167.35155.62-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 39.15%
GREEN value IS 20 (8.20% from 255) = 8.51%
BLUE value IS 123 (48.44% from 255) = 52.34%
R=39.15%
G=8.51%
B=52.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal92201230.250.8400.52281.9472.0328.04
Hex5C147B195403411a481c
Octal134241733112406443211034
Binary10111001010011110111100110101000110100100011010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,20,123); }

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

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

 a { background-color: rgb(92,20,123); }

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

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

 span { border-color: rgb(92,20,123); }

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