#383977

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

Shades of Jacksons Purple #383977

Tints of Jacksons Purple #383977

Color information

#383977 (or 0x383977) is unknown color: approx Jacksons Purple. HEX triplet: 38, 39 and 77. RGB value is (56,57,119). Sum of RGB (Red+Green+Blue) = 56+57+119=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 119 (46.88% from 255 or 51.29% from 232); Max value from RGB is 119 - color contains mainly: blue. Hex color #383977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383977 is #C7C688. Grayscale: #3F3F3F. Windows color (decimal): -13092489 or 7813432. OLE color: 7813432.

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

Color convert

RGB5657119-
CMYK0.530.5200.53
HSL239.05º36%34.31%-
HSV(B)239.05º52.94%46.67%-
XYZ6.425.118.1-
YUV63.77159.17122.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 119 (46.88% from 255) = 51.29%
R=24.14%
G=24.57%
B=51.29%

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
Decimal56571190.530.5200.53239.053634.31
Hex3839773534035ef2422
Octal707116765640653574442
Binary1110001110011110111110101110100011010111101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383977; }

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

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

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

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

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

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

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

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