#373B84

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

Shades of Jacksons Purple #373B84

Tints of Jacksons Purple #373B84

Color information

#373B84 (or 0x373B84) is unknown color: approx Jacksons Purple. HEX triplet: 37, 3B and 84. RGB value is (55,59,132). Sum of RGB (Red+Green+Blue) = 55+59+132=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #373B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373B84 is #C8C47B. Grayscale: #414141. Windows color (decimal): -13157500 or 8665911. OLE color: 8665911.

HSL color Cylindrical-coordinate representation of color #373B84: hue angle of 236.88º 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 #373B84 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5559132-
CMYK0.580.5500.48
HSL236.88º41.18%36.67%-
HSV(B)236.88º58.33%51.76%-
XYZ7.35.6122.53-
YUV66.13165.17120.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.36%
GREEN value IS 59 (23.44% from 255) = 23.98%
BLUE value IS 132 (51.95% from 255) = 53.66%
R=22.36%
G=23.98%
B=53.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55591320.580.5500.48236.8841.1836.67
Hex373B843A37030ed2925
Octal677320472670603555145
Binary11011111101110000100111010110111011000011101101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373B84; }

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

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

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

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

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

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

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

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