#373378

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

Shades of Jacksons Purple #373378

Tints of Jacksons Purple #373378

Color information

#373378 (or 0x373378) is unknown color: approx Jacksons Purple. HEX triplet: 37, 33 and 78. RGB value is (55,51,120). Sum of RGB (Red+Green+Blue) = 55+51+120=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #373378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373378 is #C8CC87. Grayscale: #3B3B3B. Windows color (decimal): -13159560 or 7877431. OLE color: 7877431.

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

Color convert

RGB5551120-
CMYK0.540.5800.53
HSL243.48º40.35%33.53%-
HSV(B)243.48º57.5%47.06%-
XYZ6.154.5418.32-
YUV60.06161.83124.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 51 (20.31% from 255) = 22.57%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=24.34%
G=22.57%
B=53.10%

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
Decimal55511200.540.5800.53243.4840.3533.53
Hex373378363A035f32822
Octal676317066720653635042
Binary1101111100111111000110110111010011010111110011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373378; }

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

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

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

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

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

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

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

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