Html Css Color HEX #32328F Jacksons Purple

📋 copy color: '#32328F'

red 50 ◦ green 50 ◦ blue 143

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

Shades of Jacksons Purple #32328F

Tints of Jacksons Purple #32328F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 58.85%

R = 20.58%
G = 20.58%
B = 58.85%

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

#32328F (or 0x32328F) is known color: Jacksons Purple. HEX triplet: 32, 32 and 8F. RGB value is (50,50,143). Sum of RGB (Red+Green+Blue) = 50+50+143=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #32328F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32328F is #CDCD70. Grayscale: #3C3C3C. Windows color (decimal): -13487473 or 9384498. OLE color: 9384498.

HSL color Cylindrical-coordinate representation of color #32328F: 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 #32328F is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 50 143 -
CMYK 0.65 0.65 0 0.44
HSL 240º 0.48% 0.38% -
HSV(B) 240º 0.65% 0.56% -
XYZ 7.41 4.94 26.55 -
YUV 60.6 174.5 120.44 -
System Red Green Blue C M Y K H S L
Decimal 50 50 143 0.65 0.65 0 0.44 240 0.48 0.38
Hex 32 32 8F 41 41 0 2C F0 30 26
Octal 62 62 217 101 101 0 54 360 60 46
Binary 110010 110010 10001111 1000001 1000001 0 101100 11110000 110000 100110

Color Harmonies of #32328F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32328F

Black with #32328F

Text Example


Text Example

White with #32328F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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