#3C417F

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

Shades of Jacksons Purple #3C417F

Tints of Jacksons Purple #3C417F

Color information

#3C417F (or 0x3C417F) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 41 and 7F. RGB value is (60,65,127). Sum of RGB (Red+Green+Blue) = 60+65+127=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C417F is #C3BE80. Grayscale: #464646. Windows color (decimal): -12828289 or 8339772. OLE color: 8339772.

HSL color Cylindrical-coordinate representation of color #3C417F: hue angle of 235.52º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C417F is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6065127-
CMYK0.530.4900.50
HSL235.52º35.83%36.67%-
HSV(B)235.52º52.76%49.8%-
XYZ7.586.2720.89-
YUV70.57159.84120.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 65 (25.78% from 255) = 25.79%
BLUE value IS 127 (50% from 255) = 50.40%
R=23.81%
G=25.79%
B=50.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60651270.530.4900.50235.5235.8336.67
Hex3C417F3531032ec2425
Octal7410117765610623544445
Binary11110010000011111111110101110001011001011101100100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,127); }

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

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

 a { background-color: rgb(60,65,127); }

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

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

 span { border-color: rgb(60,65,127); }

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