Html Css Color HEX #394088 Jacksons Purple

📋 copy color: '#394088'

red 57 ◦ green 64 ◦ blue 136

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

Shades of Jacksons Purple #394088

Tints of Jacksons Purple #394088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 52.92%

R = 22.18%
G = 24.9%
B = 52.92%

CMYK

 C value IS 0.58

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#394088 (or 0x394088) is known color: Jacksons Purple. HEX triplet: 39, 40 and 88. RGB value is (57,64,136). Sum of RGB (Red+Green+Blue) = 57+64+136=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 136 (53.52% from 255 or 52.92% from 257); Max value from RGB is 136 - color contains mainly: blue. Hex color #394088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394088 is #C6BF77. Grayscale: #454545. Windows color (decimal): -13025144 or 8929337. OLE color: 8929337.

HSL color Cylindrical-coordinate representation of color #394088: hue angle of 234.68º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #394088 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 64 136 -
CMYK 0.58 0.53 0 0.47
HSL 234.68º 0.41% 0.38% -
HSV(B) 234.68º 0.58% 0.53% -
XYZ 7.96 6.31 24.09 -
YUV 70.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 57 64 136 0.58 0.53 0 0.47 234.68 0.41 0.38
Hex 39 40 88 3A 35 0 2F EB 29 26
Octal 71 100 210 72 65 0 57 353 51 46
Binary 111001 1000000 10001000 111010 110101 0 101111 11101011 101001 100110

Color Harmonies of #394088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394088

Black with #394088

Text Example


Text Example

White with #394088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394088; }

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

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

background-color css

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

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

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

border-color css

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

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

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