Html Css Color HEX #32398F Jacksons Purple

📋 copy color: '#32398F'

red 50 ◦ green 57 ◦ blue 143

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

Shades of Jacksons Purple #32398F

Tints of Jacksons Purple #32398F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 20%
G = 22.8%
B = 57.2%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32398F (or 0x32398F) is known color: Jacksons Purple. HEX triplet: 32, 39 and 8F. RGB value is (50,57,143). Sum of RGB (Red+Green+Blue) = 50+57+143=250 (33% of max value = 765). Red value is 50 (19.92% from 255 or 20% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #32398F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32398F is #CDC670. Grayscale: #404040. Windows color (decimal): -13485681 or 9386290. OLE color: 9386290.

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

Color convert

RGB 50 57 143 -
CMYK 0.65 0.60 0 0.44
HSL 235.48º 0.48% 0.38% -
HSV(B) 235.48º 0.65% 0.56% -
XYZ 7.74 5.59 26.66 -
YUV 64.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 50 57 143 0.65 0.60 0 0.44 235.48 0.48 0.38
Hex 32 39 8F 41 3C 0 2C EB 30 26
Octal 62 71 217 101 74 0 54 353 60 46
Binary 110010 111001 10001111 1000001 111100 0 101100 11101011 110000 100110

Color Harmonies of #32398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32398F

Black with #32398F

Text Example


Text Example

White with #32398F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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