#373982

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

Shades of Jacksons Purple #373982

Tints of Jacksons Purple #373982

Color information

#373982 (or 0x373982) is unknown color: approx Jacksons Purple. HEX triplet: 37, 39 and 82. RGB value is (55,57,130). Sum of RGB (Red+Green+Blue) = 55+57+130=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #373982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373982 is #C8C67D. Grayscale: #404040. Windows color (decimal): -13158014 or 8534327. OLE color: 8534327.

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

Color convert

RGB5557130-
CMYK0.580.5600.49
HSL238.4º40.54%36.27%-
HSV(B)238.4º57.69%50.98%-
XYZ7.075.3521.78-
YUV64.72164.84121.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.73%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=22.73%
G=23.55%
B=53.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55571300.580.5600.49238.440.5436.27
Hex3739823A38031ee2924
Octal677120272700613565144
Binary11011111100110000010111010111000011000111101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373982; }

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

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

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

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

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

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

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

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