Html Css Color HEX #31328E Jacksons Purple

📋 copy color: '#31328E'

red 49 ◦ green 50 ◦ blue 142

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

Shades of Jacksons Purple #31328E

Tints of Jacksons Purple #31328E

RGB

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

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

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

R = 20.33%
G = 20.75%
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

#31328E (or 0x31328E) is known color: Jacksons Purple. HEX triplet: 31, 32 and 8E. RGB value is (49,50,142). Sum of RGB (Red+Green+Blue) = 49+50+142=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 50 (19.92% from 255 or 20.75% 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 #31328E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31328E is #CECD71. Grayscale: #3B3B3B. Windows color (decimal): -13553010 or 9318961. OLE color: 9318961.

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

Color convert

RGB 49 50 142 -
CMYK 0.65 0.65 0 0.44
HSL 239.35º 0.49% 0.37% -
HSV(B) 239.35º 0.65% 0.56% -
XYZ 7.29 4.89 26.15 -
YUV 60.19 174.17 120.02 -
System Red Green Blue C M Y K H S L
Decimal 49 50 142 0.65 0.65 0 0.44 239.35 0.49 0.37
Hex 31 32 8E 41 41 0 2C EF 31 25
Octal 61 62 216 101 101 0 54 357 61 45
Binary 110001 110010 10001110 1000001 1000001 0 101100 11101111 110001 100101

Color Harmonies of #31328E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31328E

Black with #31328E

Text Example


Text Example

White with #31328E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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