Html Css Color HEX #32368F Jacksons Purple

📋 copy color: '#32368F'

red 50 ◦ green 54 ◦ blue 143

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

Shades of Jacksons Purple #32368F

Tints of Jacksons Purple #32368F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.86%

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

R = 20.24%
G = 21.86%
B = 57.89%

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

#32368F (or 0x32368F) is known color: Jacksons Purple. HEX triplet: 32, 36 and 8F. RGB value is (50,54,143). Sum of RGB (Red+Green+Blue) = 50+54+143=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 143 (56.25% from 255 or 57.89% from 247); Max value from RGB is 143 - color contains mainly: blue. Hex color #32368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32368F is #CDC970. Grayscale: #3E3E3E. Windows color (decimal): -13486449 or 9385522. OLE color: 9385522.

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

Color convert

RGB 50 54 143 -
CMYK 0.65 0.62 0 0.44
HSL 237.42º 0.48% 0.38% -
HSV(B) 237.42º 0.65% 0.56% -
XYZ 7.59 5.3 26.61 -
YUV 62.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 50 54 143 0.65 0.62 0 0.44 237.42 0.48 0.38
Hex 32 36 8F 41 3E 0 2C ED 30 26
Octal 62 66 217 101 76 0 54 355 60 46
Binary 110010 110110 10001111 1000001 111110 0 101100 11101101 110000 100110

Color Harmonies of #32368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32368F

Black with #32368F

Text Example


Text Example

White with #32368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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