Html Css Color HEX #39417F Jacksons Purple

📋 copy color: '#39417F'

red 57 ◦ green 65 ◦ blue 127

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

Shades of Jacksons Purple #39417F

Tints of Jacksons Purple #39417F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51%

R = 22.89%
G = 26.1%
B = 51%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39417F (or 0x39417F) is known color: Jacksons Purple. HEX triplet: 39, 41 and 7F. RGB value is (57,65,127). Sum of RGB (Red+Green+Blue) = 57+65+127=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #39417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39417F is #C6BE80. Grayscale: #454545. Windows color (decimal): -13024897 or 8339769. OLE color: 8339769.

HSL color Cylindrical-coordinate representation of color #39417F: hue angle of 233.14º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #39417F is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 65 127 -
CMYK 0.55 0.49 0 0.50
HSL 233.14º 0.38% 0.36% -
HSV(B) 233.14º 0.55% 0.5% -
XYZ 7.41 6.18 20.88 -
YUV 69.68 160.35 118.96 -
System Red Green Blue C M Y K H S L
Decimal 57 65 127 0.55 0.49 0 0.50 233.14 0.38 0.36
Hex 39 41 7F 37 31 0 32 E9 26 24
Octal 71 101 177 67 61 0 62 351 46 44
Binary 111001 1000001 1111111 110111 110001 0 110010 11101001 100110 100100

Color Harmonies of #39417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39417F

Black with #39417F

Text Example


Text Example

White with #39417F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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