Html Css Color HEX #323180 Jacksons Purple

📋 copy color: '#323180'

red 50 ◦ green 49 ◦ blue 128

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

Shades of Jacksons Purple #323180

Tints of Jacksons Purple #323180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 56.39%

R = 22.03%
G = 21.59%
B = 56.39%

CMYK

 C value IS 0.61

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#323180 (or 0x323180) is known color: Jacksons Purple. HEX triplet: 32, 31 and 80. RGB value is (50,49,128). Sum of RGB (Red+Green+Blue) = 50+49+128=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 128 (50.39% from 255 or 56.39% from 227); Max value from RGB is 128 - color contains mainly: blue. Hex color #323180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323180 is #CDCE7F. Grayscale: #393939. Windows color (decimal): -13487744 or 8401202. OLE color: 8401202.

HSL color Cylindrical-coordinate representation of color #323180: hue angle of 240.76º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323180 is Cyan = 0.61, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 49 128 -
CMYK 0.61 0.62 0 0.50
HSL 240.76º 0.45% 0.35% -
HSV(B) 240.76º 0.62% 0.5% -
XYZ 6.31 4.43 20.95 -
YUV 58.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 50 49 128 0.61 0.62 0 0.50 240.76 0.45 0.35
Hex 32 31 80 3D 3E 0 32 F1 2D 23
Octal 62 61 200 75 76 0 62 361 55 43
Binary 110010 110001 10000000 111101 111110 0 110010 11110001 101101 100011

Color Harmonies of #323180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323180

Black with #323180

Text Example


Text Example

White with #323180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323180; }

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

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

background-color css

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

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

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

border-color css

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

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

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