Html Css Color HEX #31358E Jacksons Purple

📋 copy color: '#31358E'

red 49 ◦ green 53 ◦ blue 142

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

Shades of Jacksons Purple #31358E

Tints of Jacksons Purple #31358E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 20.08%
G = 21.72%
B = 58.2%

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

#31358E (or 0x31358E) is known color: Jacksons Purple. HEX triplet: 31, 35 and 8E. RGB value is (49,53,142). Sum of RGB (Red+Green+Blue) = 49+53+142=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #31358E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31358E is #CECA71. Grayscale: #3D3D3D. Windows color (decimal): -13552242 or 9319729. OLE color: 9319729.

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

Color convert

RGB 49 53 142 -
CMYK 0.65 0.63 0 0.44
HSL 237.42º 0.49% 0.37% -
HSV(B) 237.42º 0.65% 0.56% -
XYZ 7.42 5.15 26.19 -
YUV 61.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 49 53 142 0.65 0.63 0 0.44 237.42 0.49 0.37
Hex 31 35 8E 41 3F 0 2C ED 31 25
Octal 61 65 216 101 77 0 54 355 61 45
Binary 110001 110101 10001110 1000001 111111 0 101100 11101101 110001 100101

Color Harmonies of #31358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31358E

Black with #31358E

Text Example


Text Example

White with #31358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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