Html Css Color HEX #323E88 Jacksons Purple

📋 copy color: '#323E88'

red 50 ◦ green 62 ◦ blue 136

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

Shades of Jacksons Purple #323E88

Tints of Jacksons Purple #323E88

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25%

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

R = 20.16%
G = 25%
B = 54.84%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323E88 (or 0x323E88) is known color: Jacksons Purple. HEX triplet: 32, 3E and 88. RGB value is (50,62,136). Sum of RGB (Red+Green+Blue) = 50+62+136=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 136 (53.52% from 255 or 54.84% from 248); Max value from RGB is 136 - color contains mainly: blue. Hex color #323E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E88 is #CDC177. Grayscale: #424242. Windows color (decimal): -13484408 or 8928818. OLE color: 8928818.

HSL color Cylindrical-coordinate representation of color #323E88: hue angle of 231.63º 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 #323E88 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 62 136 -
CMYK 0.63 0.54 0 0.47
HSL 231.63º 0.46% 0.36% -
HSV(B) 231.63º 0.63% 0.53% -
XYZ 7.48 5.9 24.04 -
YUV 66.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 50 62 136 0.63 0.54 0 0.47 231.63 0.46 0.36
Hex 32 3E 88 3F 36 0 2F E8 2E 24
Octal 62 76 210 77 66 0 57 350 56 44
Binary 110010 111110 10001000 111111 110110 0 101111 11101000 101110 100100

Color Harmonies of #323E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E88

Black with #323E88

Text Example


Text Example

White with #323E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323E88; }

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

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

background-color css

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

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

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

border-color css

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

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

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