Html Css Color HEX #32398E Jacksons Purple

📋 copy color: '#32398E'

red 50 ◦ green 57 ◦ blue 142

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

Shades of Jacksons Purple #32398E

Tints of Jacksons Purple #32398E

RGB

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

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

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

R = 20.08%
G = 22.89%
B = 57.03%

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

#32398E (or 0x32398E) is known color: Jacksons Purple. HEX triplet: 32, 39 and 8E. RGB value is (50,57,142). Sum of RGB (Red+Green+Blue) = 50+57+142=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 142 (55.86% from 255 or 57.03% from 249); Max value from RGB is 142 - color contains mainly: blue. Hex color #32398E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32398E is #CDC671. Grayscale: #404040. Windows color (decimal): -13485682 or 9320754. OLE color: 9320754.

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

Color convert

RGB 50 57 142 -
CMYK 0.65 0.60 0 0.44
HSL 235.43º 0.48% 0.38% -
HSV(B) 235.43º 0.65% 0.56% -
XYZ 7.66 5.56 26.26 -
YUV 64.6 171.68 117.59 -
System Red Green Blue C M Y K H S L
Decimal 50 57 142 0.65 0.60 0 0.44 235.43 0.48 0.38
Hex 32 39 8E 41 3C 0 2C EB 30 26
Octal 62 71 216 101 74 0 54 353 60 46
Binary 110010 111001 10001110 1000001 111100 0 101100 11101011 110000 100110

Color Harmonies of #32398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32398E

Black with #32398E

Text Example


Text Example

White with #32398E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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