#39307B

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

Shades of Jacksons Purple #39307B

Tints of Jacksons Purple #39307B

Color information

#39307B (or 0x39307B) is unknown color: approx Jacksons Purple. HEX triplet: 39, 30 and 7B. RGB value is (57,48,123). Sum of RGB (Red+Green+Blue) = 57+48+123=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #39307B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39307B is #C6CF84. Grayscale: #3A3A3A. Windows color (decimal): -13029253 or 8073273. OLE color: 8073273.

HSL color Cylindrical-coordinate representation of color #39307B: hue angle of 247.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #39307B is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5748123-
CMYK0.540.6100.52
HSL247.2º43.86%33.53%-
HSV(B)247.2º60.98%48.24%-
XYZ6.324.4119.26-
YUV59.24163.98126.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 123 (48.44% from 255) = 53.95%
R=25%
G=21.05%
B=53.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57481230.540.6100.52247.243.8633.53
Hex39307B363D034f72c22
Octal716017366750643675442
Binary1110011100001111011110110111101011010011110111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39307B; }

 p { color: rgb(57,48,123); }

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

<style>
 a { background-color: #39307B; }

 a { background-color: rgb(57,48,123); }

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

<style>
 span { border-color: #39307B; }

 span { border-color: rgb(57,48,123); }

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