#383776

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

Shades of Jacksons Purple #383776

Tints of Jacksons Purple #383776

Color information

#383776 (or 0x383776) is unknown color: approx Jacksons Purple. HEX triplet: 38, 37 and 76. RGB value is (56,55,118). Sum of RGB (Red+Green+Blue) = 56+55+118=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #383776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383776 is #C7C889. Grayscale: #3E3E3E. Windows color (decimal): -13093002 or 7747384. OLE color: 7747384.

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

Color convert

RGB5655118-
CMYK0.530.5300.54
HSL240.95º36.42%33.92%-
HSV(B)240.95º53.39%46.27%-
XYZ6.274.8817.75-
YUV62.48159.33123.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 55 (21.88% from 255) = 24.02%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=24.45%
G=24.02%
B=51.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56551180.530.5300.54240.9536.4233.92
Hex3837763535036f12422
Octal706716665650663614442
Binary1110001101111110110110101110101011011011110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383776; }

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

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

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

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

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

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

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

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