Html Css Color HEX #392F7C Jacksons Purple

📋 copy color: '#392F7C'

red 57 ◦ green 47 ◦ blue 124

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

Shades of Jacksons Purple #392F7C

Tints of Jacksons Purple #392F7C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.61%

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

R = 25%
G = 20.61%
B = 54.39%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#392F7C (or 0x392F7C) is known color: Jacksons Purple. HEX triplet: 39, 2F and 7C. RGB value is (57,47,124). Sum of RGB (Red+Green+Blue) = 57+47+124=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 124 (48.83% from 255 or 54.39% from 228); Max value from RGB is 124 - color contains mainly: blue. Hex color #392F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F7C is #C6D083. Grayscale: #3A3A3A. Windows color (decimal): -13029508 or 8138553. OLE color: 8138553.

HSL color Cylindrical-coordinate representation of color #392F7C: hue angle of 247.79º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #392F7C is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 57 47 124 -
CMYK 0.54 0.62 0 0.51
HSL 247.79º 0.45% 0.34% -
HSV(B) 247.79º 0.62% 0.49% -
XYZ 6.34 4.36 19.58 -
YUV 58.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 57 47 124 0.54 0.62 0 0.51 247.79 0.45 0.34
Hex 39 2F 7C 36 3E 0 33 F8 2D 22
Octal 71 57 174 66 76 0 63 370 55 42
Binary 111001 101111 1111100 110110 111110 0 110011 11111000 101101 100010

Color Harmonies of #392F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F7C

Black with #392F7C

Text Example


Text Example

White with #392F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392F7C; }

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

 H1.HeaderClassName
 {
   color: #392F7C;
 }
 .AnyTagClassName
 {
   color: #392F7C;
 }
</style>

background-color css

<style>
 a { background-color: #392F7C; }

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

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

border-color css

<style>
 span { border-color: #392F7C; }

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

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