Html Css Color HEX #32328E Jacksons Purple

📋 copy color: '#32328E'

red 50 ◦ green 50 ◦ blue 142

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

Shades of Jacksons Purple #32328E

Tints of Jacksons Purple #32328E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.68%

R = 20.66%
G = 20.66%
B = 58.68%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32328E (or 0x32328E) is known color: Jacksons Purple. HEX triplet: 32, 32 and 8E. RGB value is (50,50,142). Sum of RGB (Red+Green+Blue) = 50+50+142=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #32328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32328E is #CDCD71. Grayscale: #3C3C3C. Windows color (decimal): -13487474 or 9318962. OLE color: 9318962.

HSL color Cylindrical-coordinate representation of color #32328E: hue angle of 240º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32328E is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 50 142 -
CMYK 0.65 0.65 0 0.44
HSL 240º 0.48% 0.38% -
HSV(B) 240º 0.65% 0.56% -
XYZ 7.34 4.91 26.15 -
YUV 60.49 174 120.52 -
System Red Green Blue C M Y K H S L
Decimal 50 50 142 0.65 0.65 0 0.44 240 0.48 0.38
Hex 32 32 8E 41 41 0 2C F0 30 26
Octal 62 62 216 101 101 0 54 360 60 46
Binary 110010 110010 10001110 1000001 1000001 0 101100 11110000 110000 100110

Color Harmonies of #32328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32328E

Black with #32328E

Text Example


Text Example

White with #32328E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32328E; }

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

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

background-color css

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

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

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

border-color css

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

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

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