Html Css Color HEX #323F88 Jacksons Purple

📋 copy color: '#323F88'

red 50 ◦ green 63 ◦ blue 136

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

Shades of Jacksons Purple #323F88

Tints of Jacksons Purple #323F88

RGB

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

 GREEN value IS 63 (25% from 255) = 25.3%

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

R = 20.08%
G = 25.3%
B = 54.62%

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

#323F88 (or 0x323F88) is known color: Jacksons Purple. HEX triplet: 32, 3F and 88. RGB value is (50,63,136). Sum of RGB (Red+Green+Blue) = 50+63+136=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #323F88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F88 is #CDC077. Grayscale: #434343. Windows color (decimal): -13484152 or 8929074. OLE color: 8929074.

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

Color convert

RGB 50 63 136 -
CMYK 0.63 0.54 0 0.47
HSL 230.93º 0.46% 0.36% -
HSV(B) 230.93º 0.63% 0.53% -
XYZ 7.54 6.01 24.06 -
YUV 67.44 166.69 115.56 -
System Red Green Blue C M Y K H S L
Decimal 50 63 136 0.63 0.54 0 0.47 230.93 0.46 0.36
Hex 32 3F 88 3F 36 0 2F E7 2E 24
Octal 62 77 210 77 66 0 57 347 56 44
Binary 110010 111111 10001000 111111 110110 0 101111 11100111 101110 100100

Color Harmonies of #323F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F88

Black with #323F88

Text Example


Text Example

White with #323F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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