#39438A

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

Shades of Jacksons Purple #39438A

Tints of Jacksons Purple #39438A

Color information

#39438A (or 0x39438A) is unknown color: approx Jacksons Purple. HEX triplet: 39, 43 and 8A. RGB value is (57,67,138). Sum of RGB (Red+Green+Blue) = 57+67+138=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 138 (54.30% from 255 or 52.67% from 262); Max value from RGB is 138 - color contains mainly: blue. Hex color #39438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39438A is #C6BC75. Grayscale: #474747. Windows color (decimal): -13024374 or 9061177. OLE color: 9061177.

HSL color Cylindrical-coordinate representation of color #39438A: hue angle of 232.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39438A is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5767138-
CMYK0.590.5100.46
HSL232.59º41.54%38.24%-
HSV(B)232.59º58.7%54.12%-
XYZ8.286.7224.91-
YUV72.1165.19117.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 67 (26.56% from 255) = 25.57%
BLUE value IS 138 (54.30% from 255) = 52.67%
R=21.76%
G=25.57%
B=52.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57671380.590.5100.46232.5941.5438.24
Hex39438A3B3302Ee92a26
Octal7110321273630563515246
Binary111001100001110001010111011110011010111011101001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39438A; }

 p { color: rgb(57,67,138); }

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

<style>
 a { background-color: #39438A; }

 a { background-color: rgb(57,67,138); }

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

<style>
 span { border-color: #39438A; }

 span { border-color: rgb(57,67,138); }

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