Html Css Color HEX #39417D Jacksons Purple

📋 copy color: '#39417D'

red 57 ◦ green 65 ◦ blue 125

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

Shades of Jacksons Purple #39417D

Tints of Jacksons Purple #39417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.32%

 BLUE value IS 125 (49.22% from 255) = 50.61%

R = 23.08%
G = 26.32%
B = 50.61%

CMYK

 C value IS 0.54

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39417D (or 0x39417D) is known color: Jacksons Purple. HEX triplet: 39, 41 and 7D. RGB value is (57,65,125). Sum of RGB (Red+Green+Blue) = 57+65+125=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #39417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39417D is #C6BE82. Grayscale: #454545. Windows color (decimal): -13024899 or 8208697. OLE color: 8208697.

HSL color Cylindrical-coordinate representation of color #39417D: hue angle of 232.94º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39417D is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 65 125 -
CMYK 0.54 0.48 0 0.51
HSL 232.94º 0.37% 0.36% -
HSV(B) 232.94º 0.54% 0.49% -
XYZ 7.28 6.13 20.2 -
YUV 69.45 159.35 119.12 -
System Red Green Blue C M Y K H S L
Decimal 57 65 125 0.54 0.48 0 0.51 232.94 0.37 0.36
Hex 39 41 7D 36 30 0 33 E9 25 24
Octal 71 101 175 66 60 0 63 351 45 44
Binary 111001 1000001 1111101 110110 110000 0 110011 11101001 100101 100100

Color Harmonies of #39417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39417D

Black with #39417D

Text Example


Text Example

White with #39417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39417D; }

 p { color: rgb(57,65,125); }

 H1.HeaderClassName
 {
   color: #39417D;
 }
 .AnyTagClassName
 {
   color: #39417D;
 }
</style>

background-color css

<style>
 a { background-color: #39417D; }

 a { background-color: rgb(57,65,125); }

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

border-color css

<style>
 span { border-color: #39417D; }

 span { border-color: rgb(57,65,125); }

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