Html Css Color HEX #31328A Jacksons Purple

📋 copy color: '#31328A'

red 49 ◦ green 50 ◦ blue 138

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

Shades of Jacksons Purple #31328A

Tints of Jacksons Purple #31328A

RGB

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

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

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

R = 20.68%
G = 21.1%
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

#31328A (or 0x31328A) is known color: Jacksons Purple. HEX triplet: 31, 32 and 8A. RGB value is (49,50,138). Sum of RGB (Red+Green+Blue) = 49+50+138=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 50 (19.92% from 255 or 21.10% 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 #31328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31328A is #CECD75. Grayscale: #3B3B3B. Windows color (decimal): -13553014 or 9056817. OLE color: 9056817.

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

Color convert

RGB 49 50 138 -
CMYK 0.64 0.64 0 0.46
HSL 239.33º 0.48% 0.37% -
HSV(B) 239.33º 0.64% 0.54% -
XYZ 6.99 4.77 24.6 -
YUV 59.73 172.17 120.34 -
System Red Green Blue C M Y K H S L
Decimal 49 50 138 0.64 0.64 0 0.46 239.33 0.48 0.37
Hex 31 32 8A 40 40 0 2E EF 30 25
Octal 61 62 212 100 100 0 56 357 60 45
Binary 110001 110010 10001010 1000000 1000000 0 101110 11101111 110000 100101

Color Harmonies of #31328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31328A

Black with #31328A

Text Example


Text Example

White with #31328A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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