#383779

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

Shades of Jacksons Purple #383779

Tints of Jacksons Purple #383779

Color information

#383779 (or 0x383779) is unknown color: approx Jacksons Purple. HEX triplet: 38, 37 and 79. RGB value is (56,55,121). Sum of RGB (Red+Green+Blue) = 56+55+121=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #383779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383779 is #C7C886. Grayscale: #3E3E3E. Windows color (decimal): -13092999 or 7943992. OLE color: 7943992.

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

Color convert

RGB5655121-
CMYK0.540.5500.53
HSL240.91º37.5%34.51%-
HSV(B)240.91º54.55%47.45%-
XYZ6.454.9518.71-
YUV62.82160.83123.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 121 (47.66% from 255) = 52.16%
R=24.14%
G=23.71%
B=52.16%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56551210.540.5500.53240.9137.534.51
Hex3837793637035f12623
Octal706717166670653614643
Binary1110001101111111001110110110111011010111110001100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383779; }

 p { color: rgb(56,55,121); }

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

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

 a { background-color: rgb(56,55,121); }

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

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

 span { border-color: rgb(56,55,121); }

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