Html Css Color HEX #32318E Jacksons Purple

📋 copy color: '#32318E'

red 50 ◦ green 49 ◦ blue 142

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

Shades of Jacksons Purple #32318E

Tints of Jacksons Purple #32318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.33%

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

R = 20.75%
G = 20.33%
B = 58.92%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32318E (or 0x32318E) is known color: Jacksons Purple. HEX triplet: 32, 31 and 8E. RGB value is (50,49,142). Sum of RGB (Red+Green+Blue) = 50+49+142=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #32318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32318E is #CDCE71. Grayscale: #3B3B3B. Windows color (decimal): -13487730 or 9318706. OLE color: 9318706.

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

Color convert

RGB 50 49 142 -
CMYK 0.65 0.65 0 0.44
HSL 240.65º 0.49% 0.37% -
HSV(B) 240.65º 0.65% 0.56% -
XYZ 7.3 4.83 26.14 -
YUV 59.9 174.33 120.94 -
System Red Green Blue C M Y K H S L
Decimal 50 49 142 0.65 0.65 0 0.44 240.65 0.49 0.37
Hex 32 31 8E 41 41 0 2C F1 31 25
Octal 62 61 216 101 101 0 54 361 61 45
Binary 110010 110001 10001110 1000001 1000001 0 101100 11110001 110001 100101

Color Harmonies of #32318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32318E

Black with #32318E

Text Example


Text Example

White with #32318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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