#3C477C

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

Shades of Jacksons Purple #3C477C

Tints of Jacksons Purple #3C477C

Color information

#3C477C (or 0x3C477C) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 47 and 7C. RGB value is (60,71,124). Sum of RGB (Red+Green+Blue) = 60+71+124=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C477C is #C3B883. Grayscale: #494949. Windows color (decimal): -12826756 or 8144700. OLE color: 8144700.

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

Color convert

RGB6071124-
CMYK0.520.4300.51
HSL229.69º34.78%36.08%-
HSV(B)229.69º51.61%48.63%-
XYZ7.756.9220-
YUV73.75156.36118.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 71 (28.12% from 255) = 27.84%
BLUE value IS 124 (48.83% from 255) = 48.63%
R=23.53%
G=27.84%
B=48.63%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal60711240.520.4300.51229.6934.7836.08
Hex3C477C342B033e62324
Octal7410717464530633464344
Binary11110010001111111100110100101011011001111100110100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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