#3C0582

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

Shades of Indigo #3C0582

Tints of Indigo #3C0582

Color information

#3C0582 (or 0x3C0582) is unknown color: approx Indigo. HEX triplet: 3C, 05 and 82. RGB value is (60,5,130). Sum of RGB (Red+Green+Blue) = 60+5+130=195 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.77% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 130 (51.17% from 255 or 66.67% from 195); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C0582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C0582 is #C3FA7D. Grayscale: #232323. Windows color (decimal): -12843646 or 8521020. OLE color: 8521020.

HSL color Cylindrical-coordinate representation of color #3C0582: hue angle of 266.4º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0582 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB605130-
CMYK0.540.9600.49
HSL266.4º92.59%26.47%-
HSV(B)266.4º96.15%50.98%-
XYZ5.952.6821.32-
YUV35.69181.22145.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.77%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 130 (51.17% from 255) = 66.67%
R=30.77%
G=2.56%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6051300.540.9600.49266.492.5926.47
Hex3C582366003110a5d1a
Octal7452026614006141213532
Binary1111001011000001011011011000000110001100001010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0582; }

 p { color: rgb(60,5,130); }

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

<style>
 a { background-color: #3C0582; }

 a { background-color: rgb(60,5,130); }

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

<style>
 span { border-color: #3C0582; }

 span { border-color: rgb(60,5,130); }

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