#31348a

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

Shades of Jacksons Purple #31348A

Tints of Jacksons Purple #31348A

Color information

#31348A (or 0x31348A) is unknown color: approx Jacksons Purple. HEX triplet: 31, 34 and 8A. RGB value is (49,52,138). Sum of RGB (Red+Green+Blue) = 49+52+138=239 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.50% from 239); Green value is 52 (20.70% from 255 or 21.76% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #31348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31348A is #CECB75. Grayscale: #3C3C3C. Windows color (decimal): -13552502 or 9057329. OLE color: 9057329.

HSL color Cylindrical-coordinate representation of color #31348A: hue angle of 237.98º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31348A is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4952138-
CMYK0.640.6200.46
HSL237.98º47.59%36.67%-
HSV(B)237.98º64.49%54.12%-
XYZ7.084.9424.63-
YUV60.91171.51119.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.50%
GREEN value IS 52 (20.70% from 255) = 21.76%
BLUE value IS 138 (54.30% from 255) = 57.74%
R=20.50%
G=21.76%
B=57.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal49521380.640.6200.46237.9847.5936.67
Hex31348A403E02Eee3025
Octal6164212100760563566045
Binary110001110100100010101000000111110010111011101110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31348a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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