Html Css Color HEX #32378C Jacksons Purple

📋 copy color: '#32378C'

red 50 ◦ green 55 ◦ blue 140

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

Shades of Jacksons Purple #32378C

Tints of Jacksons Purple #32378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 20.41%
G = 22.45%
B = 57.14%

CMYK

 C value IS 0.64

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32378C (or 0x32378C) is known color: Jacksons Purple. HEX triplet: 32, 37 and 8C. RGB value is (50,55,140). Sum of RGB (Red+Green+Blue) = 50+55+140=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #32378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32378C is #CDC873. Grayscale: #3E3E3E. Windows color (decimal): -13486196 or 9189170. OLE color: 9189170.

HSL color Cylindrical-coordinate representation of color #32378C: hue angle of 236.67º 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 #32378C is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 55 140 -
CMYK 0.64 0.61 0 0.45
HSL 236.67º 0.47% 0.37% -
HSV(B) 236.67º 0.64% 0.55% -
XYZ 7.42 5.3 25.44 -
YUV 63.2 171.34 118.59 -
System Red Green Blue C M Y K H S L
Decimal 50 55 140 0.64 0.61 0 0.45 236.67 0.47 0.37
Hex 32 37 8C 40 3D 0 2D ED 2F 25
Octal 62 67 214 100 75 0 55 355 57 45
Binary 110010 110111 10001100 1000000 111101 0 101101 11101101 101111 100101

Color Harmonies of #32378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32378C

Black with #32378C

Text Example


Text Example

White with #32378C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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