Html Css Color HEX #323187 Jacksons Purple

📋 copy color: '#323187'

red 50 ◦ green 49 ◦ blue 135

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

Shades of Jacksons Purple #323187

Tints of Jacksons Purple #323187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.94%

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

R = 21.37%
G = 20.94%
B = 57.69%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323187 (or 0x323187) is known color: Jacksons Purple. HEX triplet: 32, 31 and 87. RGB value is (50,49,135). Sum of RGB (Red+Green+Blue) = 50+49+135=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #323187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323187 is #CDCE78. Grayscale: #3A3A3A. Windows color (decimal): -13487737 or 8859954. OLE color: 8859954.

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

Color convert

RGB 50 49 135 -
CMYK 0.63 0.64 0 0.47
HSL 240.7º 0.47% 0.36% -
HSV(B) 240.7º 0.64% 0.53% -
XYZ 6.79 4.62 23.46 -
YUV 59.1 170.83 121.51 -
System Red Green Blue C M Y K H S L
Decimal 50 49 135 0.63 0.64 0 0.47 240.7 0.47 0.36
Hex 32 31 87 3F 40 0 2F F1 2F 24
Octal 62 61 207 77 100 0 57 361 57 44
Binary 110010 110001 10000111 111111 1000000 0 101111 11110001 101111 100100

Color Harmonies of #323187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323187

Black with #323187

Text Example


Text Example

White with #323187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323187; }

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

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

background-color css

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

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

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

border-color css

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

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

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