Html Css Color HEX #32358F Jacksons Purple

📋 copy color: '#32358F'

red 50 ◦ green 53 ◦ blue 143

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

Shades of Jacksons Purple #32358F

Tints of Jacksons Purple #32358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.54%

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

R = 20.33%
G = 21.54%
B = 58.13%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32358F (or 0x32358F) is known color: Jacksons Purple. HEX triplet: 32, 35 and 8F. RGB value is (50,53,143). Sum of RGB (Red+Green+Blue) = 50+53+143=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #32358F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32358F is #CDCA70. Grayscale: #3E3E3E. Windows color (decimal): -13486705 or 9385266. OLE color: 9385266.

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

Color convert

RGB 50 53 143 -
CMYK 0.65 0.63 0 0.44
HSL 238.06º 0.48% 0.38% -
HSV(B) 238.06º 0.65% 0.56% -
XYZ 7.55 5.21 26.59 -
YUV 62.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 50 53 143 0.65 0.63 0 0.44 238.06 0.48 0.38
Hex 32 35 8F 41 3F 0 2C EE 30 26
Octal 62 65 217 101 77 0 54 356 60 46
Binary 110010 110101 10001111 1000001 111111 0 101100 11101110 110000 100110

Color Harmonies of #32358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32358F

Black with #32358F

Text Example


Text Example

White with #32358F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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