#3C367F

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

Shades of Jacksons Purple #3C367F

Tints of Jacksons Purple #3C367F

Color information

#3C367F (or 0x3C367F) is unknown color: approx Jacksons Purple. HEX triplet: 3C, 36 and 7F. RGB value is (60,54,127). Sum of RGB (Red+Green+Blue) = 60+54+127=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #3C367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C367F is #C3C980. Grayscale: #3F3F3F. Windows color (decimal): -12831105 or 8336956. OLE color: 8336956.

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

Color convert

RGB6054127-
CMYK0.530.5700.50
HSL244.93º40.33%35.49%-
HSV(B)244.93º57.48%49.8%-
XYZ7.015.1320.7-
YUV64.12163.49125.06-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 54 (21.48% from 255) = 22.41%
BLUE value IS 127 (50% from 255) = 52.70%
R=24.90%
G=22.41%
B=52.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal60541270.530.5700.50244.9340.3335.49
Hex3C367F3539032f52823
Octal746617765710623655043
Binary1111001101101111111110101111001011001011110101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C367F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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