Html Css Color HEX #394380 Jacksons Purple

📋 copy color: '#394380'

red 57 ◦ green 67 ◦ blue 128

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

Shades of Jacksons Purple #394380

Tints of Jacksons Purple #394380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 128 (50.39% from 255) = 50.79%

R = 22.62%
G = 26.59%
B = 50.79%

CMYK

 C value IS 0.55

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#394380 (or 0x394380) is known color: Jacksons Purple. HEX triplet: 39, 43 and 80. RGB value is (57,67,128). Sum of RGB (Red+Green+Blue) = 57+67+128=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #394380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394380 is #C6BC7F. Grayscale: #464646. Windows color (decimal): -13024384 or 8405817. OLE color: 8405817.

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

Color convert

RGB 57 67 128 -
CMYK 0.55 0.48 0 0.50
HSL 231.55º 0.38% 0.36% -
HSV(B) 231.55º 0.55% 0.5% -
XYZ 7.59 6.44 21.27 -
YUV 70.96 160.19 118.04 -
System Red Green Blue C M Y K H S L
Decimal 57 67 128 0.55 0.48 0 0.50 231.55 0.38 0.36
Hex 39 43 80 37 30 0 32 E8 26 24
Octal 71 103 200 67 60 0 62 350 46 44
Binary 111001 1000011 10000000 110111 110000 0 110010 11101000 100110 100100

Color Harmonies of #394380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394380

Black with #394380

Text Example


Text Example

White with #394380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394380; }

 p { color: rgb(57,67,128); }

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

background-color css

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

 a { background-color: rgb(57,67,128); }

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

border-color css

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

 span { border-color: rgb(57,67,128); }

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