Html Css Color HEX #32398A Jacksons Purple

📋 copy color: '#32398A'

red 50 ◦ green 57 ◦ blue 138

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

Shades of Jacksons Purple #32398A

Tints of Jacksons Purple #32398A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.33%

R = 20.41%
G = 23.27%
B = 56.33%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32398A (or 0x32398A) is known color: Jacksons Purple. HEX triplet: 32, 39 and 8A. RGB value is (50,57,138). Sum of RGB (Red+Green+Blue) = 50+57+138=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #32398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32398A is #CDC675. Grayscale: #3F3F3F. Windows color (decimal): -13485686 or 9058610. OLE color: 9058610.

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

Color convert

RGB 50 57 138 -
CMYK 0.64 0.59 0 0.46
HSL 235.23º 0.47% 0.37% -
HSV(B) 235.23º 0.64% 0.54% -
XYZ 7.37 5.44 24.71 -
YUV 64.14 169.68 117.91 -
System Red Green Blue C M Y K H S L
Decimal 50 57 138 0.64 0.59 0 0.46 235.23 0.47 0.37
Hex 32 39 8A 40 3B 0 2E EB 2F 25
Octal 62 71 212 100 73 0 56 353 57 45
Binary 110010 111001 10001010 1000000 111011 0 101110 11101011 101111 100101

Color Harmonies of #32398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32398A

Black with #32398A

Text Example


Text Example

White with #32398A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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