Html Css Color HEX #39408B Jacksons Purple

📋 copy color: '#39408B'

red 57 ◦ green 64 ◦ blue 139

#39408B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #39408B

Tints of Jacksons Purple #39408B

RGB

 RED value IS 57 (22.66% from 255) = 21.92%

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 139 (54.69% from 255) = 53.46%

R = 21.92%
G = 24.62%
B = 53.46%

CMYK

 C value IS 0.59

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#39408B (or 0x39408B) is known color: Jacksons Purple. HEX triplet: 39, 40 and 8B. RGB value is (57,64,139). Sum of RGB (Red+Green+Blue) = 57+64+139=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #39408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39408B is #C6BF74. Grayscale: #464646. Windows color (decimal): -13025141 or 9125945. OLE color: 9125945.

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

Color convert

RGB 57 64 139 -
CMYK 0.59 0.54 0 0.45
HSL 234.88º 0.42% 0.38% -
HSV(B) 234.88º 0.59% 0.55% -
XYZ 8.18 6.4 25.23 -
YUV 70.46 166.68 118.4 -
System Red Green Blue C M Y K H S L
Decimal 57 64 139 0.59 0.54 0 0.45 234.88 0.42 0.38
Hex 39 40 8B 3B 36 0 2D EB 2A 26
Octal 71 100 213 73 66 0 55 353 52 46
Binary 111001 1000000 10001011 111011 110110 0 101101 11101011 101010 100110

Color Harmonies of #39408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39408B

Black with #39408B

Text Example


Text Example

White with #39408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,64,139); }

 H1.HeaderClassName
 {
   color: #39408B;
 }
 .AnyTagClassName
 {
   color: #39408B;
 }
</style>

background-color css

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

 a { background-color: rgb(57,64,139); }

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

border-color css

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

 span { border-color: rgb(57,64,139); }

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