Html Css Color HEX #394084 Jacksons Purple

📋 copy color: '#394084'

red 57 ◦ green 64 ◦ blue 132

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

Shades of Jacksons Purple #394084

Tints of Jacksons Purple #394084

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.3%

 BLUE value IS 132 (51.95% from 255) = 52.17%

R = 22.53%
G = 25.3%
B = 52.17%

CMYK

 C value IS 0.57

 M value IS 0.52

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#394084 (or 0x394084) is known color: Jacksons Purple. HEX triplet: 39, 40 and 84. RGB value is (57,64,132). Sum of RGB (Red+Green+Blue) = 57+64+132=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #394084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394084 is #C6BF7B. Grayscale: #454545. Windows color (decimal): -13025148 or 8667193. OLE color: 8667193.

HSL color Cylindrical-coordinate representation of color #394084: hue angle of 234.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #394084 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 64 132 -
CMYK 0.57 0.52 0 0.48
HSL 234.4º 0.4% 0.37% -
HSV(B) 234.4º 0.57% 0.52% -
XYZ 7.69 6.2 22.62 -
YUV 69.66 163.18 118.97 -
System Red Green Blue C M Y K H S L
Decimal 57 64 132 0.57 0.52 0 0.48 234.4 0.4 0.37
Hex 39 40 84 39 34 0 30 EA 28 25
Octal 71 100 204 71 64 0 60 352 50 45
Binary 111001 1000000 10000100 111001 110100 0 110000 11101010 101000 100101

Color Harmonies of #394084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394084

Black with #394084

Text Example


Text Example

White with #394084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394084; }

 p { color: rgb(57,64,132); }

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

background-color css

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

 a { background-color: rgb(57,64,132); }

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

border-color css

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

 span { border-color: rgb(57,64,132); }

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