Html Css Color HEX #39377F Jacksons Purple

📋 copy color: '#39377F'

red 57 ◦ green 55 ◦ blue 127

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

Shades of Jacksons Purple #39377F

Tints of Jacksons Purple #39377F

RGB

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

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

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

R = 23.85%
G = 23.01%
B = 53.14%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#39377F (or 0x39377F) is known color: Jacksons Purple. HEX triplet: 39, 37 and 7F. RGB value is (57,55,127). Sum of RGB (Red+Green+Blue) = 57+55+127=239 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.85% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #39377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39377F is #C6C880. Grayscale: #3F3F3F. Windows color (decimal): -13027457 or 8337209. OLE color: 8337209.

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

Color convert

RGB 57 55 127 -
CMYK 0.55 0.57 0 0.50
HSL 241.67º 0.4% 0.36% -
HSV(B) 241.67º 0.57% 0.5% -
XYZ 6.88 5.13 20.71 -
YUV 63.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 57 55 127 0.55 0.57 0 0.50 241.67 0.4 0.36
Hex 39 37 7F 37 39 0 32 F2 28 24
Octal 71 67 177 67 71 0 62 362 50 44
Binary 111001 110111 1111111 110111 111001 0 110010 11110010 101000 100100

Color Harmonies of #39377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39377F

Black with #39377F

Text Example


Text Example

White with #39377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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