#5C0382

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

Shades of Indigo #5C0382

Tints of Indigo #5C0382

Color information

#5C0382 (or 0x5C0382) is unknown color: approx Indigo. HEX triplet: 5C, 03 and 82. RGB value is (92,3,130). Sum of RGB (Red+Green+Blue) = 92+3+130=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 3 (1.56% from 255 or 1.33% from 225); Blue value is 130 (51.17% from 255 or 57.78% from 225); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C0382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0382 is #A3FC7D. Grayscale: #2B2B2B. Windows color (decimal): -10747006 or 8520540. OLE color: 8520540.

HSL color Cylindrical-coordinate representation of color #5C0382: hue angle of 282.05º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5C0382 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB923130-
CMYK0.290.9800.49
HSL282.05º95.49%26.08%-
HSV(B)282.05º97.69%50.98%-
XYZ8.483.9521.44-
YUV44.09176.49162.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.89%
GREEN value IS 3 (1.56% from 255) = 1.33%
BLUE value IS 130 (51.17% from 255) = 57.78%
R=40.89%
G=1.33%
B=57.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9231300.290.9800.49282.0595.4926.08
Hex5C3821D6203111a5f1a
Octal13432023514206143213732
Binary101110011100000101110111000100110001100011010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,3,130); }

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

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

 a { background-color: rgb(92,3,130); }

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

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

 span { border-color: rgb(92,3,130); }

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