Html Css Color HEX #32348A Jacksons Purple

📋 copy color: '#32348A'

red 50 ◦ green 52 ◦ blue 138

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

Shades of Jacksons Purple #32348A

Tints of Jacksons Purple #32348A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.5%

R = 20.83%
G = 21.67%
B = 57.5%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32348A (or 0x32348A) is known color: Jacksons Purple. HEX triplet: 32, 34 and 8A. RGB value is (50,52,138). Sum of RGB (Red+Green+Blue) = 50+52+138=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #32348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32348A is #CDCB75. Grayscale: #3C3C3C. Windows color (decimal): -13486966 or 9057330. OLE color: 9057330.

HSL color Cylindrical-coordinate representation of color #32348A: hue angle of 238.64º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32348A is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 52 138 -
CMYK 0.64 0.62 0 0.46
HSL 238.64º 0.47% 0.37% -
HSV(B) 238.64º 0.64% 0.54% -
XYZ 7.13 4.97 24.63 -
YUV 61.21 171.34 120.01 -
System Red Green Blue C M Y K H S L
Decimal 50 52 138 0.64 0.62 0 0.46 238.64 0.47 0.37
Hex 32 34 8A 40 3E 0 2E EF 2F 25
Octal 62 64 212 100 76 0 56 357 57 45
Binary 110010 110100 10001010 1000000 111110 0 101110 11101111 101111 100101

Color Harmonies of #32348A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32348A

Black with #32348A

Text Example


Text Example

White with #32348A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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