Html Css Color HEX #32318A Jacksons Purple

📋 copy color: '#32318A'

red 50 ◦ green 49 ◦ blue 138

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

Shades of Jacksons Purple #32318A

Tints of Jacksons Purple #32318A

RGB

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

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

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

R = 21.1%
G = 20.68%
B = 58.23%

CMYK

 C value IS 0.64

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32318A (or 0x32318A) is known color: Jacksons Purple. HEX triplet: 32, 31 and 8A. RGB value is (50,49,138). Sum of RGB (Red+Green+Blue) = 50+49+138=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 138 (54.30% from 255 or 58.23% from 237); Max value from RGB is 138 - color contains mainly: blue. Hex color #32318A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32318A is #CDCE75. Grayscale: #3B3B3B. Windows color (decimal): -13487734 or 9056562. OLE color: 9056562.

HSL color Cylindrical-coordinate representation of color #32318A: hue angle of 240.67º degrees, saturation: 0.48, 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 #32318A is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 49 138 -
CMYK 0.64 0.64 0 0.46
HSL 240.67º 0.48% 0.37% -
HSV(B) 240.67º 0.64% 0.54% -
XYZ 7 4.71 24.58 -
YUV 59.45 172.33 121.26 -
System Red Green Blue C M Y K H S L
Decimal 50 49 138 0.64 0.64 0 0.46 240.67 0.48 0.37
Hex 32 31 8A 40 40 0 2E F1 30 25
Octal 62 61 212 100 100 0 56 361 60 45
Binary 110010 110001 10001010 1000000 1000000 0 101110 11110001 110000 100101

Color Harmonies of #32318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32318A

Black with #32318A

Text Example


Text Example

White with #32318A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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