Html Css Color HEX #39417C Jacksons Purple

📋 copy color: '#39417C'

red 57 ◦ green 65 ◦ blue 124

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

Shades of Jacksons Purple #39417C

Tints of Jacksons Purple #39417C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.41%

R = 23.17%
G = 26.42%
B = 50.41%

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

#39417C (or 0x39417C) is known color: Jacksons Purple. HEX triplet: 39, 41 and 7C. RGB value is (57,65,124). Sum of RGB (Red+Green+Blue) = 57+65+124=246 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.17% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #39417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39417C is #C6BE83. Grayscale: #454545. Windows color (decimal): -13024900 or 8143161. OLE color: 8143161.

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

Color convert

RGB 57 65 124 -
CMYK 0.54 0.48 0 0.51
HSL 232.84º 0.37% 0.35% -
HSV(B) 232.84º 0.54% 0.49% -
XYZ 7.22 6.11 19.87 -
YUV 69.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 57 65 124 0.54 0.48 0 0.51 232.84 0.37 0.35
Hex 39 41 7C 36 30 0 33 E9 25 23
Octal 71 101 174 66 60 0 63 351 45 43
Binary 111001 1000001 1111100 110110 110000 0 110011 11101001 100101 100011

Color Harmonies of #39417C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39417C

Black with #39417C

Text Example


Text Example

White with #39417C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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