Html Css Color HEX #32348D Jacksons Purple

📋 copy color: '#32348D'

red 50 ◦ green 52 ◦ blue 141

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

Shades of Jacksons Purple #32348D

Tints of Jacksons Purple #32348D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

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

R = 20.58%
G = 21.4%
B = 58.02%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32348D (or 0x32348D) is known color: Jacksons Purple. HEX triplet: 32, 34 and 8D. RGB value is (50,52,141). Sum of RGB (Red+Green+Blue) = 50+52+141=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #32348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32348D is #CDCB72. Grayscale: #3D3D3D. Windows color (decimal): -13486963 or 9253938. OLE color: 9253938.

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

Color convert

RGB 50 52 141 -
CMYK 0.65 0.63 0 0.45
HSL 238.68º 0.48% 0.37% -
HSV(B) 238.68º 0.65% 0.55% -
XYZ 7.35 5.06 25.79 -
YUV 61.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 50 52 141 0.65 0.63 0 0.45 238.68 0.48 0.37
Hex 32 34 8D 41 3F 0 2D EF 30 25
Octal 62 64 215 101 77 0 55 357 60 45
Binary 110010 110100 10001101 1000001 111111 0 101101 11101111 110000 100101

Color Harmonies of #32348D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32348D

Black with #32348D

Text Example


Text Example

White with #32348D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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