Html Css Color HEX #394184 Jacksons Purple

📋 copy color: '#394184'

red 57 ◦ green 65 ◦ blue 132

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

Shades of Jacksons Purple #394184

Tints of Jacksons Purple #394184

RGB

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

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

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

R = 22.44%
G = 25.59%
B = 51.97%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#394184 (or 0x394184) is known color: Jacksons Purple. HEX triplet: 39, 41 and 84. RGB value is (57,65,132). Sum of RGB (Red+Green+Blue) = 57+65+132=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 132 (51.95% from 255 or 51.97% from 254); Max value from RGB is 132 - color contains mainly: blue. Hex color #394184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394184 is #C6BE7B. Grayscale: #454545. Windows color (decimal): -13024892 or 8667449. OLE color: 8667449.

HSL color Cylindrical-coordinate representation of color #394184: hue angle of 233.6º 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 #394184 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 65 132 -
CMYK 0.57 0.51 0 0.48
HSL 233.6º 0.4% 0.37% -
HSV(B) 233.6º 0.57% 0.52% -
XYZ 7.74 6.32 22.64 -
YUV 70.25 162.85 118.55 -
System Red Green Blue C M Y K H S L
Decimal 57 65 132 0.57 0.51 0 0.48 233.6 0.4 0.37
Hex 39 41 84 39 33 0 30 EA 28 25
Octal 71 101 204 71 63 0 60 352 50 45
Binary 111001 1000001 10000100 111001 110011 0 110000 11101010 101000 100101

Color Harmonies of #394184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394184

Black with #394184

Text Example


Text Example

White with #394184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394184; }

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

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

background-color css

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

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

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

border-color css

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

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

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