#383978

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

Shades of Jacksons Purple #383978

Tints of Jacksons Purple #383978

Color information

#383978 (or 0x383978) is unknown color: approx Jacksons Purple. HEX triplet: 38, 39 and 78. RGB value is (56,57,120). Sum of RGB (Red+Green+Blue) = 56+57+120=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 120 (47.27% from 255 or 51.50% from 233); Max value from RGB is 120 - color contains mainly: blue. Hex color #383978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383978 is #C7C687. Grayscale: #3F3F3F. Windows color (decimal): -13092488 or 7878968. OLE color: 7878968.

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

Color convert

RGB5657120-
CMYK0.530.5200.53
HSL239.06º36.36%34.51%-
HSV(B)239.06º53.33%47.06%-
XYZ6.485.1218.42-
YUV63.88159.67122.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 57 (22.66% from 255) = 24.46%
BLUE value IS 120 (47.27% from 255) = 51.50%
R=24.03%
G=24.46%
B=51.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56571200.530.5200.53239.0636.3634.51
Hex3839783534035ef2423
Octal707117065640653574443
Binary1110001110011111000110101110100011010111101111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383978; }

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

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

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

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

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

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

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

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