Html Css Color HEX #31298C Jacksons Purple

📋 copy color: '#31298C'

red 49 ◦ green 41 ◦ blue 140

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

Shades of Jacksons Purple #31298C

Tints of Jacksons Purple #31298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 21.3%
G = 17.83%
B = 60.87%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31298C (or 0x31298C) is known color: Jacksons Purple. HEX triplet: 31, 29 and 8C. RGB value is (49,41,140). Sum of RGB (Red+Green+Blue) = 49+41+140=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #31298C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31298C is #CED673. Grayscale: #363636. Windows color (decimal): -13555316 or 9185585. OLE color: 9185585.

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

Color convert

RGB 49 41 140 -
CMYK 0.65 0.71 0 0.45
HSL 244.85º 0.55% 0.35% -
HSV(B) 244.85º 0.71% 0.55% -
XYZ 6.79 4.13 25.25 -
YUV 54.68 176.15 123.95 -
System Red Green Blue C M Y K H S L
Decimal 49 41 140 0.65 0.71 0 0.45 244.85 0.55 0.35
Hex 31 29 8C 41 47 0 2D F5 37 23
Octal 61 51 214 101 107 0 55 365 67 43
Binary 110001 101001 10001100 1000001 1000111 0 101101 11110101 110111 100011

Color Harmonies of #31298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31298C

Black with #31298C

Text Example


Text Example

White with #31298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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