#373981

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

Shades of Jacksons Purple #373981

Tints of Jacksons Purple #373981

Color information

#373981 (or 0x373981) is unknown color: approx Jacksons Purple. HEX triplet: 37, 39 and 81. RGB value is (55,57,129). Sum of RGB (Red+Green+Blue) = 55+57+129=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 129 (50.78% from 255 or 53.53% from 241); Max value from RGB is 129 - color contains mainly: blue. Hex color #373981 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373981 is #C8C67E. Grayscale: #404040. Windows color (decimal): -13158015 or 8468791. OLE color: 8468791.

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

Color convert

RGB5557129-
CMYK0.570.5600.49
HSL238.38º40.22%36.08%-
HSV(B)238.38º57.36%50.59%-
XYZ75.3221.43-
YUV64.61164.34121.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.82%
GREEN value IS 57 (22.66% from 255) = 23.65%
BLUE value IS 129 (50.78% from 255) = 53.53%
R=22.82%
G=23.65%
B=53.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55571290.570.5600.49238.3840.2236.08
Hex3739813938031ee2824
Octal677120171700613565044
Binary11011111100110000001111001111000011000111101110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373981; }

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

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

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

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

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

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

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

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