Html Css Color HEX #394286 Jacksons Purple

📋 copy color: '#394286'

red 57 ◦ green 66 ◦ blue 134

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

Shades of Jacksons Purple #394286

Tints of Jacksons Purple #394286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

 BLUE value IS 134 (52.73% from 255) = 52.14%

R = 22.18%
G = 25.68%
B = 52.14%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394286 (or 0x394286) is known color: Jacksons Purple. HEX triplet: 39, 42 and 86. RGB value is (57,66,134). Sum of RGB (Red+Green+Blue) = 57+66+134=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 134 (52.73% from 255 or 52.14% from 257); Max value from RGB is 134 - color contains mainly: blue. Hex color #394286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394286 is #C6BD79. Grayscale: #464646. Windows color (decimal): -13024634 or 8798777. OLE color: 8798777.

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

Color convert

RGB 57 66 134 -
CMYK 0.57 0.51 0 0.47
HSL 232.99º 0.4% 0.37% -
HSV(B) 232.99º 0.57% 0.53% -
XYZ 7.94 6.49 23.39 -
YUV 71.06 163.52 117.97 -
System Red Green Blue C M Y K H S L
Decimal 57 66 134 0.57 0.51 0 0.47 232.99 0.4 0.37
Hex 39 42 86 39 33 0 2F E9 28 25
Octal 71 102 206 71 63 0 57 351 50 45
Binary 111001 1000010 10000110 111001 110011 0 101111 11101001 101000 100101

Color Harmonies of #394286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394286

Black with #394286

Text Example


Text Example

White with #394286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394286; }

 p { color: rgb(57,66,134); }

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

background-color css

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

 a { background-color: rgb(57,66,134); }

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

border-color css

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

 span { border-color: rgb(57,66,134); }

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