Html Css Color HEX #323281 Jacksons Purple

📋 copy color: '#323281'

red 50 ◦ green 50 ◦ blue 129

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

Shades of Jacksons Purple #323281

Tints of Jacksons Purple #323281

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 129 (50.78% from 255) = 56.33%

R = 21.83%
G = 21.83%
B = 56.33%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323281 (or 0x323281) is known color: Jacksons Purple. HEX triplet: 32, 32 and 81. RGB value is (50,50,129). Sum of RGB (Red+Green+Blue) = 50+50+129=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #323281 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323281 is #CDCD7E. Grayscale: #3A3A3A. Windows color (decimal): -13487487 or 8466994. OLE color: 8466994.

HSL color Cylindrical-coordinate representation of color #323281: hue angle of 240º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #323281 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 50 129 -
CMYK 0.61 0.61 0 0.49
HSL 240º 0.44% 0.35% -
HSV(B) 240º 0.61% 0.51% -
XYZ 6.42 4.54 21.31 -
YUV 59.01 167.5 121.58 -
System Red Green Blue C M Y K H S L
Decimal 50 50 129 0.61 0.61 0 0.49 240 0.44 0.35
Hex 32 32 81 3D 3D 0 31 F0 2C 23
Octal 62 62 201 75 75 0 61 360 54 43
Binary 110010 110010 10000001 111101 111101 0 110001 11110000 101100 100011

Color Harmonies of #323281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323281

Black with #323281

Text Example


Text Example

White with #323281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323281; }

 p { color: rgb(50,50,129); }

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

background-color css

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

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

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

border-color css

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

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

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