#373280

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

Shades of Jacksons Purple #373280

Tints of Jacksons Purple #373280

Color information

#373280 (or 0x373280) is unknown color: approx Jacksons Purple. HEX triplet: 37, 32 and 80. RGB value is (55,50,128). Sum of RGB (Red+Green+Blue) = 55+50+128=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #373280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373280 is #C8CD7F. Grayscale: #3C3C3C. Windows color (decimal): -13159808 or 8401463. OLE color: 8401463.

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

Color convert

RGB5550128-
CMYK0.570.6100.50
HSL243.85º43.82%34.9%-
HSV(B)243.85º60.94%50.2%-
XYZ6.614.6520.97-
YUV60.39166.16124.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.61%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 128 (50.39% from 255) = 54.94%
R=23.61%
G=21.46%
B=54.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55501280.570.6100.50243.8543.8234.9
Hex373280393D032f42c23
Octal676220071750623645443
Binary11011111001010000000111001111101011001011110100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373280; }

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

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

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

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

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

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

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

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