Html Css Color HEX #32327D Jacksons Purple

📋 copy color: '#32327D'

red 50 ◦ green 50 ◦ blue 125

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

Shades of Jacksons Purple #32327D

Tints of Jacksons Purple #32327D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.56%

R = 22.22%
G = 22.22%
B = 55.56%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32327D (or 0x32327D) is known color: Jacksons Purple. HEX triplet: 32, 32 and 7D. RGB value is (50,50,125). Sum of RGB (Red+Green+Blue) = 50+50+125=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 125 (49.22% from 255 or 55.56% from 225); Max value from RGB is 125 - color contains mainly: blue. Hex color #32327D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32327D is #CDCD82. Grayscale: #3A3A3A. Windows color (decimal): -13487491 or 8204850. OLE color: 8204850.

HSL color Cylindrical-coordinate representation of color #32327D: hue angle of 240º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32327D is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 50 125 -
CMYK 0.60 0.60 0 0.51
HSL 240º 0.43% 0.34% -
HSV(B) 240º 0.6% 0.49% -
XYZ 6.16 4.44 19.93 -
YUV 58.55 165.5 121.9 -
System Red Green Blue C M Y K H S L
Decimal 50 50 125 0.60 0.60 0 0.51 240 0.43 0.34
Hex 32 32 7D 3C 3C 0 33 F0 2B 22
Octal 62 62 175 74 74 0 63 360 53 42
Binary 110010 110010 1111101 111100 111100 0 110011 11110000 101011 100010

Color Harmonies of #32327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32327D

Black with #32327D

Text Example


Text Example

White with #32327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32327D; }

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

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

background-color css

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

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

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

border-color css

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

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

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