#31358C

Color #31358C Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #31358C

Tints of Jacksons Purple #31358C

Color information

#31358C (or 0x31358C) is unknown color: approx Jacksons Purple. HEX triplet: 31, 35 and 8C. RGB value is (49,53,140). Sum of RGB (Red+Green+Blue) = 49+53+140=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #31358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31358C is #CECA73. Grayscale: #3D3D3D. Windows color (decimal): -13552244 or 9188657. OLE color: 9188657.

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

Color convert

RGB4953140-
CMYK0.650.6200.45
HSL237.36º48.15%37.06%-
HSV(B)237.36º65%54.9%-
XYZ7.275.0925.41-
YUV61.72172.17118.93-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 53 (21.09% from 255) = 21.90%
BLUE value IS 140 (55.08% from 255) = 57.85%
R=20.25%
G=21.90%
B=57.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal49531400.650.6200.45237.3648.1537.06
Hex31358C413E02Ded3025
Octal6165214101760553556045
Binary110001110101100011001000001111110010110111101101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31358C;
 }
 .AnyTagClassName
 {
   color: #31358C;
 }
</style>
background-color css

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

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

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

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

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

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