Html Css Color HEX #39377C Jacksons Purple

📋 copy color: '#39377C'

red 57 ◦ green 55 ◦ blue 124

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

Shades of Jacksons Purple #39377C

Tints of Jacksons Purple #39377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

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

R = 24.15%
G = 23.31%
B = 52.54%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#39377C (or 0x39377C) is known color: Jacksons Purple. HEX triplet: 39, 37 and 7C. RGB value is (57,55,124). Sum of RGB (Red+Green+Blue) = 57+55+124=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #39377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39377C is #C6C883. Grayscale: #3F3F3F. Windows color (decimal): -13027460 or 8140601. OLE color: 8140601.

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

Color convert

RGB 57 55 124 -
CMYK 0.54 0.56 0 0.51
HSL 241.74º 0.39% 0.35% -
HSV(B) 241.74º 0.56% 0.49% -
XYZ 6.69 5.06 19.69 -
YUV 63.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 57 55 124 0.54 0.56 0 0.51 241.74 0.39 0.35
Hex 39 37 7C 36 38 0 33 F2 27 23
Octal 71 67 174 66 70 0 63 362 47 43
Binary 111001 110111 1111100 110110 111000 0 110011 11110010 100111 100011

Color Harmonies of #39377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39377C

Black with #39377C

Text Example


Text Example

White with #39377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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