Html Css Color HEX #323581 Jacksons Purple

📋 copy color: '#323581'

red 50 ◦ green 53 ◦ blue 129

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

Shades of Jacksons Purple #323581

Tints of Jacksons Purple #323581

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

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

R = 21.55%
G = 22.84%
B = 55.6%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323581 (or 0x323581) is known color: Jacksons Purple. HEX triplet: 32, 35 and 81. RGB value is (50,53,129). Sum of RGB (Red+Green+Blue) = 50+53+129=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #323581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323581 is #CDCA7E. Grayscale: #3C3C3C. Windows color (decimal): -13486719 or 8467762. OLE color: 8467762.

HSL color Cylindrical-coordinate representation of color #323581: hue angle of 237.72º 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 #323581 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 53 129 -
CMYK 0.61 0.59 0 0.49
HSL 237.72º 0.44% 0.35% -
HSV(B) 237.72º 0.61% 0.51% -
XYZ 6.55 4.81 21.35 -
YUV 60.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 50 53 129 0.61 0.59 0 0.49 237.72 0.44 0.35
Hex 32 35 81 3D 3B 0 31 EE 2C 23
Octal 62 65 201 75 73 0 61 356 54 43
Binary 110010 110101 10000001 111101 111011 0 110001 11101110 101100 100011

Color Harmonies of #323581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323581

Black with #323581

Text Example


Text Example

White with #323581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323581; }

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

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

background-color css

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

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

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

border-color css

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

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

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