Html Css Color HEX #32348B Jacksons Purple

📋 copy color: '#32348B'

red 50 ◦ green 52 ◦ blue 139

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

Shades of Jacksons Purple #32348B

Tints of Jacksons Purple #32348B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 20.75%
G = 21.58%
B = 57.68%

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

#32348B (or 0x32348B) is known color: Jacksons Purple. HEX triplet: 32, 34 and 8B. RGB value is (50,52,139). Sum of RGB (Red+Green+Blue) = 50+52+139=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #32348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32348B is #CDCB74. Grayscale: #3C3C3C. Windows color (decimal): -13486965 or 9122866. OLE color: 9122866.

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

Color convert

RGB 50 52 139 -
CMYK 0.64 0.63 0 0.45
HSL 238.65º 0.47% 0.37% -
HSV(B) 238.65º 0.64% 0.55% -
XYZ 7.2 5 25.01 -
YUV 61.32 171.84 119.93 -
System Red Green Blue C M Y K H S L
Decimal 50 52 139 0.64 0.63 0 0.45 238.65 0.47 0.37
Hex 32 34 8B 40 3F 0 2D EF 2F 25
Octal 62 64 213 100 77 0 55 357 57 45
Binary 110010 110100 10001011 1000000 111111 0 101101 11101111 101111 100101

Color Harmonies of #32348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32348B

Black with #32348B

Text Example


Text Example

White with #32348B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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