#373278

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

Shades of Jacksons Purple #373278

Tints of Jacksons Purple #373278

Color information

#373278 (or 0x373278) is unknown color: approx Jacksons Purple. HEX triplet: 37, 32 and 78. RGB value is (55,50,120). Sum of RGB (Red+Green+Blue) = 55+50+120=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #373278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373278 is #C8CD87. Grayscale: #3B3B3B. Windows color (decimal): -13159816 or 7877175. OLE color: 7877175.

HSL color Cylindrical-coordinate representation of color #373278: hue angle of 244.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #373278 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5550120-
CMYK0.540.5800.53
HSL244.29º41.18%33.33%-
HSV(B)244.29º58.33%47.06%-
XYZ6.114.4518.31-
YUV59.48162.16124.81-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=24.44%
G=22.22%
B=53.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55501200.540.5800.53244.2941.1833.33
Hex373278363A035f42921
Octal676217066720653645141
Binary1101111100101111000110110111010011010111110100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373278; }

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

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

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

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

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

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

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

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