#373984

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

Shades of Jacksons Purple #373984

Tints of Jacksons Purple #373984

Color information

#373984 (or 0x373984) is unknown color: approx Jacksons Purple. HEX triplet: 37, 39 and 84. RGB value is (55,57,132). Sum of RGB (Red+Green+Blue) = 55+57+132=244 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.54% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #373984 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373984 is #C8C67B. Grayscale: #404040. Windows color (decimal): -13158012 or 8665399. OLE color: 8665399.

HSL color Cylindrical-coordinate representation of color #373984: hue angle of 238.44º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373984 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5557132-
CMYK0.580.5700.48
HSL238.44º41.18%36.67%-
HSV(B)238.44º58.33%51.76%-
XYZ7.25.422.49-
YUV64.95165.84120.9-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.54%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 132 (51.95% from 255) = 54.10%
R=22.54%
G=23.36%
B=54.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55571320.580.5700.48238.4441.1836.67
Hex3739843A39030ee2925
Octal677120472710603565145
Binary11011111100110000100111010111001011000011101110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373984; }

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

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

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

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

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

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

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

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