Html Css Color HEX #32388D Jacksons Purple

📋 copy color: '#32388D'

red 50 ◦ green 56 ◦ blue 141

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

Shades of Jacksons Purple #32388D

Tints of Jacksons Purple #32388D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.67%

 BLUE value IS 141 (55.47% from 255) = 57.09%

R = 20.24%
G = 22.67%
B = 57.09%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32388D (or 0x32388D) is known color: Jacksons Purple. HEX triplet: 32, 38 and 8D. RGB value is (50,56,141). Sum of RGB (Red+Green+Blue) = 50+56+141=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #32388D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32388D is #CDC772. Grayscale: #3F3F3F. Windows color (decimal): -13485939 or 9254962. OLE color: 9254962.

HSL color Cylindrical-coordinate representation of color #32388D: hue angle of 236.04º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32388D is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 56 141 -
CMYK 0.65 0.60 0 0.45
HSL 236.04º 0.48% 0.37% -
HSV(B) 236.04º 0.65% 0.55% -
XYZ 7.54 5.43 25.85 -
YUV 63.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 50 56 141 0.65 0.60 0 0.45 236.04 0.48 0.37
Hex 32 38 8D 41 3C 0 2D EC 30 25
Octal 62 70 215 101 74 0 55 354 60 45
Binary 110010 111000 10001101 1000001 111100 0 101101 11101100 110000 100101

Color Harmonies of #32388D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32388D

Black with #32388D

Text Example


Text Example

White with #32388D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,56,141); }

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

background-color css

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

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

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

border-color css

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

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

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