Html Css Color HEX #32378F Jacksons Purple

📋 copy color: '#32378F'

red 50 ◦ green 55 ◦ blue 143

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

Shades of Jacksons Purple #32378F

Tints of Jacksons Purple #32378F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

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

R = 20.16%
G = 22.18%
B = 57.66%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32378F (or 0x32378F) is known color: Jacksons Purple. HEX triplet: 32, 37 and 8F. RGB value is (50,55,143). Sum of RGB (Red+Green+Blue) = 50+55+143=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #32378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32378F is #CDC870. Grayscale: #3F3F3F. Windows color (decimal): -13486193 or 9385778. OLE color: 9385778.

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

Color convert

RGB 50 55 143 -
CMYK 0.65 0.62 0 0.44
HSL 236.77º 0.48% 0.38% -
HSV(B) 236.77º 0.65% 0.56% -
XYZ 7.64 5.39 26.63 -
YUV 63.54 172.84 118.34 -
System Red Green Blue C M Y K H S L
Decimal 50 55 143 0.65 0.62 0 0.44 236.77 0.48 0.38
Hex 32 37 8F 41 3E 0 2C ED 30 26
Octal 62 67 217 101 76 0 54 355 60 46
Binary 110010 110111 10001111 1000001 111110 0 101100 11101101 110000 100110

Color Harmonies of #32378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32378F

Black with #32378F

Text Example


Text Example

White with #32378F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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