Html Css Color HEX #32338B Jacksons Purple

📋 copy color: '#32338B'

red 50 ◦ green 51 ◦ blue 139

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

Shades of Jacksons Purple #32338B

Tints of Jacksons Purple #32338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 20.83%
G = 21.25%
B = 57.92%

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

#32338B (or 0x32338B) is known color: Jacksons Purple. HEX triplet: 32, 33 and 8B. RGB value is (50,51,139). Sum of RGB (Red+Green+Blue) = 50+51+139=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #32338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32338B is #CDCC74. Grayscale: #3C3C3C. Windows color (decimal): -13487221 or 9122610. OLE color: 9122610.

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

Color convert

RGB 50 51 139 -
CMYK 0.64 0.63 0 0.45
HSL 239.33º 0.47% 0.37% -
HSV(B) 239.33º 0.64% 0.55% -
XYZ 7.16 4.91 25 -
YUV 60.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 50 51 139 0.64 0.63 0 0.45 239.33 0.47 0.37
Hex 32 33 8B 40 3F 0 2D EF 2F 25
Octal 62 63 213 100 77 0 55 357 57 45
Binary 110010 110011 10001011 1000000 111111 0 101101 11101111 101111 100101

Color Harmonies of #32338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32338B

Black with #32338B

Text Example


Text Example

White with #32338B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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