Html Css Color HEX #32318C Jacksons Purple

📋 copy color: '#32318C'

red 50 ◦ green 49 ◦ blue 140

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

Shades of Jacksons Purple #32318C

Tints of Jacksons Purple #32318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 20.92%
G = 20.5%
B = 58.58%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32318C (or 0x32318C) is known color: Jacksons Purple. HEX triplet: 32, 31 and 8C. RGB value is (50,49,140). Sum of RGB (Red+Green+Blue) = 50+49+140=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #32318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32318C is #CDCE73. Grayscale: #3B3B3B. Windows color (decimal): -13487732 or 9187634. OLE color: 9187634.

HSL color Cylindrical-coordinate representation of color #32318C: hue angle of 240.66º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32318C is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 49 140 -
CMYK 0.64 0.65 0 0.45
HSL 240.66º 0.48% 0.37% -
HSV(B) 240.66º 0.65% 0.55% -
XYZ 7.15 4.77 25.35 -
YUV 59.67 173.33 121.1 -
System Red Green Blue C M Y K H S L
Decimal 50 49 140 0.64 0.65 0 0.45 240.66 0.48 0.37
Hex 32 31 8C 40 41 0 2D F1 30 25
Octal 62 61 214 100 101 0 55 361 60 45
Binary 110010 110001 10001100 1000000 1000001 0 101101 11110001 110000 100101

Color Harmonies of #32318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32318C

Black with #32318C

Text Example


Text Example

White with #32318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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