Html Css Color HEX #394581 Jacksons Purple

📋 copy color: '#394581'

red 57 ◦ green 69 ◦ blue 129

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

Shades of Jacksons Purple #394581

Tints of Jacksons Purple #394581

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.06%

 BLUE value IS 129 (50.78% from 255) = 50.59%

R = 22.35%
G = 27.06%
B = 50.59%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#394581 (or 0x394581) is known color: Jacksons Purple. HEX triplet: 39, 45 and 81. RGB value is (57,69,129). Sum of RGB (Red+Green+Blue) = 57+69+129=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 129 (50.78% from 255 or 50.59% from 255); Max value from RGB is 129 - color contains mainly: blue. Hex color #394581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394581 is #C6BA7E. Grayscale: #484848. Windows color (decimal): -13023871 or 8471865. OLE color: 8471865.

HSL color Cylindrical-coordinate representation of color #394581: hue angle of 230º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #394581 is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 69 129 -
CMYK 0.56 0.47 0 0.49
HSL 230º 0.39% 0.36% -
HSV(B) 230º 0.56% 0.51% -
XYZ 7.78 6.71 21.65 -
YUV 72.25 160.02 117.12 -
System Red Green Blue C M Y K H S L
Decimal 57 69 129 0.56 0.47 0 0.49 230 0.39 0.36
Hex 39 45 81 38 2F 0 31 E6 27 24
Octal 71 105 201 70 57 0 61 346 47 44
Binary 111001 1000101 10000001 111000 101111 0 110001 11100110 100111 100100

Color Harmonies of #394581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394581

Black with #394581

Text Example


Text Example

White with #394581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394581; }

 p { color: rgb(57,69,129); }

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

background-color css

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

 a { background-color: rgb(57,69,129); }

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

border-color css

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

 span { border-color: rgb(57,69,129); }

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