Html Css Color HEX #323488 Jacksons Purple

📋 copy color: '#323488'

red 50 ◦ green 52 ◦ blue 136

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

Shades of Jacksons Purple #323488

Tints of Jacksons Purple #323488

RGB

 RED value IS 50 (19.92% from 255) = 21.01%

 GREEN value IS 52 (20.7% from 255) = 21.85%

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

R = 21.01%
G = 21.85%
B = 57.14%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323488 (or 0x323488) is known color: Jacksons Purple. HEX triplet: 32, 34 and 88. RGB value is (50,52,136). Sum of RGB (Red+Green+Blue) = 50+52+136=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 52 (20.70% from 255 or 21.85% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #323488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323488 is #CDCB77. Grayscale: #3C3C3C. Windows color (decimal): -13486968 or 8926258. OLE color: 8926258.

HSL color Cylindrical-coordinate representation of color #323488: hue angle of 238.6º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323488 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 52 136 -
CMYK 0.63 0.62 0 0.47
HSL 238.6º 0.46% 0.36% -
HSV(B) 238.6º 0.63% 0.53% -
XYZ 6.99 4.91 23.87 -
YUV 60.98 170.34 120.17 -
System Red Green Blue C M Y K H S L
Decimal 50 52 136 0.63 0.62 0 0.47 238.6 0.46 0.36
Hex 32 34 88 3F 3E 0 2F EF 2E 24
Octal 62 64 210 77 76 0 57 357 56 44
Binary 110010 110100 10001000 111111 111110 0 101111 11101111 101110 100100

Color Harmonies of #323488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323488

Black with #323488

Text Example


Text Example

White with #323488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323488; }

 p { color: rgb(50,52,136); }

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

background-color css

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

 a { background-color: rgb(50,52,136); }

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

border-color css

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

 span { border-color: rgb(50,52,136); }

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