#383178

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

Shades of Jacksons Purple #383178

Tints of Jacksons Purple #383178

Color information

#383178 (or 0x383178) is unknown color: approx Jacksons Purple. HEX triplet: 38, 31 and 78. RGB value is (56,49,120). Sum of RGB (Red+Green+Blue) = 56+49+120=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 49 (19.53% from 255 or 21.78% 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 #383178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383178 is #C7CE87. Grayscale: #3A3A3A. Windows color (decimal): -13094536 or 7876920. OLE color: 7876920.

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

Color convert

RGB5649120-
CMYK0.530.5900.53
HSL245.92º42.01%33.14%-
HSV(B)245.92º59.17%47.06%-
XYZ6.124.3918.29-
YUV59.19162.32125.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.89%
GREEN value IS 49 (19.53% from 255) = 21.78%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=24.89%
G=21.78%
B=53.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56491200.530.5900.53245.9242.0133.14
Hex383178353B035f62a21
Octal706117065730653665241
Binary1110001100011111000110101111011011010111110110101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383178; }

 p { color: rgb(56,49,120); }

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

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

 a { background-color: rgb(56,49,120); }

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

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

 span { border-color: rgb(56,49,120); }

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