#39357C

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

Shades of Jacksons Purple #39357C

Tints of Jacksons Purple #39357C

Color information

#39357C (or 0x39357C) is unknown color: approx Jacksons Purple. HEX triplet: 39, 35 and 7C. RGB value is (57,53,124). Sum of RGB (Red+Green+Blue) = 57+53+124=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #39357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39357C is #C6CA83. Grayscale: #3E3E3E. Windows color (decimal): -13027972 or 8140089. OLE color: 8140089.

HSL color Cylindrical-coordinate representation of color #39357C: hue angle of 243.38º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39357C is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5753124-
CMYK0.540.5700.51
HSL243.38º40.11%34.71%-
HSV(B)243.38º57.26%48.63%-
XYZ6.64.8719.66-
YUV62.29162.83124.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 124 (48.83% from 255) = 52.99%
R=24.36%
G=22.65%
B=52.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57531240.540.5700.51243.3840.1134.71
Hex39357C3639033f32823
Octal716517466710633635043
Binary1110011101011111100110110111001011001111110011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39357C; }

 p { color: rgb(57,53,124); }

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

<style>
 a { background-color: #39357C; }

 a { background-color: rgb(57,53,124); }

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

<style>
 span { border-color: #39357C; }

 span { border-color: rgb(57,53,124); }

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