#3C057C

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

Shades of Indigo #3C057C

Tints of Indigo #3C057C

Color information

#3C057C (or 0x3C057C) is unknown color: approx Indigo. HEX triplet: 3C, 05 and 7C. RGB value is (60,5,124). Sum of RGB (Red+Green+Blue) = 60+5+124=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C057C is #C3FA83. Grayscale: #222222. Windows color (decimal): -12843652 or 8127804. OLE color: 8127804.

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

Color convert

RGB605124-
CMYK0.520.9600.51
HSL267.73º92.25%25.29%-
HSV(B)267.73º95.97%48.63%-
XYZ5.562.5219.26-
YUV35.01178.22145.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 124 (48.83% from 255) = 65.61%
R=31.75%
G=2.65%
B=65.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6051240.520.9600.51267.7392.2525.29
Hex3C57C346003310c5c19
Octal7451746414006341413431
Binary111100101111110011010011000000110011100001100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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