#373181

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

Shades of Jacksons Purple #373181

Tints of Jacksons Purple #373181

Color information

#373181 (or 0x373181) is unknown color: approx Jacksons Purple. HEX triplet: 37, 31 and 81. RGB value is (55,49,129). Sum of RGB (Red+Green+Blue) = 55+49+129=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #373181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373181 is #C8CE7E. Grayscale: #3B3B3B. Windows color (decimal): -13160063 or 8466743. OLE color: 8466743.

HSL color Cylindrical-coordinate representation of color #373181: hue angle of 244.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #373181 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5549129-
CMYK0.570.6200.49
HSL244.5º44.94%34.9%-
HSV(B)244.5º62.02%50.59%-
XYZ6.644.5921.31-
YUV59.91166.99124.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=23.61%
G=21.03%
B=55.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55491290.570.6200.49244.544.9434.9
Hex373181393E031f42d23
Octal676120171760613645543
Binary11011111000110000001111001111110011000111110100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373181; }

 p { color: rgb(55,49,129); }

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

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

 a { background-color: rgb(55,49,129); }

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

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

 span { border-color: rgb(55,49,129); }

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