Html Css Color HEX #31348E Jacksons Purple

📋 copy color: '#31348E'

red 49 ◦ green 52 ◦ blue 142

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

Shades of Jacksons Purple #31348E

Tints of Jacksons Purple #31348E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

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

R = 20.16%
G = 21.4%
B = 58.44%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31348E (or 0x31348E) is known color: Jacksons Purple. HEX triplet: 31, 34 and 8E. RGB value is (49,52,142). Sum of RGB (Red+Green+Blue) = 49+52+142=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #31348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31348E is #CECB71. Grayscale: #3C3C3C. Windows color (decimal): -13552498 or 9319473. OLE color: 9319473.

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

Color convert

RGB 49 52 142 -
CMYK 0.65 0.63 0 0.44
HSL 238.06º 0.49% 0.37% -
HSV(B) 238.06º 0.65% 0.56% -
XYZ 7.38 5.06 26.18 -
YUV 61.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 49 52 142 0.65 0.63 0 0.44 238.06 0.49 0.37
Hex 31 34 8E 41 3F 0 2C EE 31 25
Octal 61 64 216 101 77 0 54 356 61 45
Binary 110001 110100 10001110 1000001 111111 0 101100 11101110 110001 100101

Color Harmonies of #31348E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31348E

Black with #31348E

Text Example


Text Example

White with #31348E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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