Html Css Color HEX #323F87 Jacksons Purple

📋 copy color: '#323F87'

red 50 ◦ green 63 ◦ blue 135

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

Shades of Jacksons Purple #323F87

Tints of Jacksons Purple #323F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 54.44%

R = 20.16%
G = 25.4%
B = 54.44%

CMYK

 C value IS 0.63

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323F87 (or 0x323F87) is known color: Jacksons Purple. HEX triplet: 32, 3F and 87. RGB value is (50,63,135). Sum of RGB (Red+Green+Blue) = 50+63+135=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #323F87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F87 is #CDC078. Grayscale: #434343. Windows color (decimal): -13484153 or 8863538. OLE color: 8863538.

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

Color convert

RGB 50 63 135 -
CMYK 0.63 0.53 0 0.47
HSL 230.82º 0.46% 0.36% -
HSV(B) 230.82º 0.63% 0.53% -
XYZ 7.47 5.98 23.68 -
YUV 67.32 166.19 115.65 -
System Red Green Blue C M Y K H S L
Decimal 50 63 135 0.63 0.53 0 0.47 230.82 0.46 0.36
Hex 32 3F 87 3F 35 0 2F E7 2E 24
Octal 62 77 207 77 65 0 57 347 56 44
Binary 110010 111111 10000111 111111 110101 0 101111 11100111 101110 100100

Color Harmonies of #323F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323F87

Black with #323F87

Text Example


Text Example

White with #323F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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