Html Css Color HEX #32348C Jacksons Purple

📋 copy color: '#32348C'

red 50 ◦ green 52 ◦ blue 140

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

Shades of Jacksons Purple #32348C

Tints of Jacksons Purple #32348C

RGB

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

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

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

R = 20.66%
G = 21.49%
B = 57.85%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32348C (or 0x32348C) is known color: Jacksons Purple. HEX triplet: 32, 34 and 8C. RGB value is (50,52,140). Sum of RGB (Red+Green+Blue) = 50+52+140=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #32348C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32348C is #CDCB73. Grayscale: #3D3D3D. Windows color (decimal): -13486964 or 9188402. OLE color: 9188402.

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

Color convert

RGB 50 52 140 -
CMYK 0.64 0.63 0 0.45
HSL 238.67º 0.47% 0.37% -
HSV(B) 238.67º 0.64% 0.55% -
XYZ 7.28 5.03 25.4 -
YUV 61.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 50 52 140 0.64 0.63 0 0.45 238.67 0.47 0.37
Hex 32 34 8C 40 3F 0 2D EF 2F 25
Octal 62 64 214 100 77 0 55 357 57 45
Binary 110010 110100 10001100 1000000 111111 0 101101 11101111 101111 100101

Color Harmonies of #32348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32348C

Black with #32348C

Text Example


Text Example

White with #32348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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