Html Css Color HEX #32398B Jacksons Purple

📋 copy color: '#32398B'

red 50 ◦ green 57 ◦ blue 139

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

Shades of Jacksons Purple #32398B

Tints of Jacksons Purple #32398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 56.5%

R = 20.33%
G = 23.17%
B = 56.5%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32398B (or 0x32398B) is known color: Jacksons Purple. HEX triplet: 32, 39 and 8B. RGB value is (50,57,139). Sum of RGB (Red+Green+Blue) = 50+57+139=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #32398B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32398B is #CDC674. Grayscale: #3F3F3F. Windows color (decimal): -13485685 or 9124146. OLE color: 9124146.

HSL color Cylindrical-coordinate representation of color #32398B: hue angle of 235.28º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32398B is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 57 139 -
CMYK 0.64 0.59 0 0.45
HSL 235.28º 0.47% 0.37% -
HSV(B) 235.28º 0.64% 0.55% -
XYZ 7.44 5.47 25.09 -
YUV 64.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 50 57 139 0.64 0.59 0 0.45 235.28 0.47 0.37
Hex 32 39 8B 40 3B 0 2D EB 2F 25
Octal 62 71 213 100 73 0 55 353 57 45
Binary 110010 111001 10001011 1000000 111011 0 101101 11101011 101111 100101

Color Harmonies of #32398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32398B

Black with #32398B

Text Example


Text Example

White with #32398B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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