#373880

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

Shades of Jacksons Purple #373880

Tints of Jacksons Purple #373880

Color information

#373880 (or 0x373880) is unknown color: approx Jacksons Purple. HEX triplet: 37, 38 and 80. RGB value is (55,56,128). Sum of RGB (Red+Green+Blue) = 55+56+128=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #373880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373880 is #C8C77F. Grayscale: #3F3F3F. Windows color (decimal): -13158272 or 8402999. OLE color: 8402999.

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

Color convert

RGB5556128-
CMYK0.570.5600.50
HSL239.18º39.89%35.88%-
HSV(B)239.18º57.03%50.2%-
XYZ6.895.221.06-
YUV63.91164.17121.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 56 (22.27% from 255) = 23.43%
BLUE value IS 128 (50.39% from 255) = 53.56%
R=23.01%
G=23.43%
B=53.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55561280.570.5600.50239.1839.8935.88
Hex3738803938032ef2824
Octal677020071700623575044
Binary11011111100010000000111001111000011001011101111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373880; }

 p { color: rgb(55,56,128); }

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

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

 a { background-color: rgb(55,56,128); }

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

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

 span { border-color: rgb(55,56,128); }

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