Html Css Color HEX #323482 Jacksons Purple

📋 copy color: '#323482'

red 50 ◦ green 52 ◦ blue 130

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

Shades of Jacksons Purple #323482

Tints of Jacksons Purple #323482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.41%

 BLUE value IS 130 (51.17% from 255) = 56.03%

R = 21.55%
G = 22.41%
B = 56.03%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#323482 (or 0x323482) is known color: Jacksons Purple. HEX triplet: 32, 34 and 82. RGB value is (50,52,130). Sum of RGB (Red+Green+Blue) = 50+52+130=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #323482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323482 is #CDCB7D. Grayscale: #3B3B3B. Windows color (decimal): -13486974 or 8533042. OLE color: 8533042.

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

Color convert

RGB 50 52 130 -
CMYK 0.62 0.60 0 0.49
HSL 238.5º 0.44% 0.35% -
HSV(B) 238.5º 0.62% 0.51% -
XYZ 6.57 4.75 21.69 -
YUV 60.29 167.34 120.66 -
System Red Green Blue C M Y K H S L
Decimal 50 52 130 0.62 0.60 0 0.49 238.5 0.44 0.35
Hex 32 34 82 3E 3C 0 31 EE 2C 23
Octal 62 64 202 76 74 0 61 356 54 43
Binary 110010 110100 10000010 111110 111100 0 110001 11101110 101100 100011

Color Harmonies of #323482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323482

Black with #323482

Text Example


Text Example

White with #323482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323482; }

 p { color: rgb(50,52,130); }

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

background-color css

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

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

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

border-color css

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

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

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