Html Css Color HEX #32338E Jacksons Purple

📋 copy color: '#32338E'

red 50 ◦ green 51 ◦ blue 142

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

Shades of Jacksons Purple #32338E

Tints of Jacksons Purple #32338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.44%

R = 20.58%
G = 20.99%
B = 58.44%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32338E (or 0x32338E) is known color: Jacksons Purple. HEX triplet: 32, 33 and 8E. RGB value is (50,51,142). Sum of RGB (Red+Green+Blue) = 50+51+142=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 51 (20.31% from 255 or 20.99% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #32338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32338E is #CDCC71. Grayscale: #3C3C3C. Windows color (decimal): -13487218 or 9319218. OLE color: 9319218.

HSL color Cylindrical-coordinate representation of color #32338E: hue angle of 239.35º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32338E is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 51 142 -
CMYK 0.65 0.64 0 0.44
HSL 239.35º 0.48% 0.38% -
HSV(B) 239.35º 0.65% 0.56% -
XYZ 7.38 5 26.17 -
YUV 61.08 173.67 120.1 -
System Red Green Blue C M Y K H S L
Decimal 50 51 142 0.65 0.64 0 0.44 239.35 0.48 0.38
Hex 32 33 8E 41 40 0 2C EF 30 26
Octal 62 63 216 101 100 0 54 357 60 46
Binary 110010 110011 10001110 1000001 1000000 0 101100 11101111 110000 100110

Color Harmonies of #32338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32338E

Black with #32338E

Text Example


Text Example

White with #32338E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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