#383877

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

Shades of Jacksons Purple #383877

Tints of Jacksons Purple #383877

Color information

#383877 (or 0x383877) is unknown color: approx Jacksons Purple. HEX triplet: 38, 38 and 77. RGB value is (56,56,119). Sum of RGB (Red+Green+Blue) = 56+56+119=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #383877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383877 is #C7C788. Grayscale: #3E3E3E. Windows color (decimal): -13092745 or 7813176. OLE color: 7813176.

HSL color Cylindrical-coordinate representation of color #383877: hue angle of 240º 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 #383877 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5656119-
CMYK0.530.5300.53
HSL240º36%34.31%-
HSV(B)240º52.94%46.67%-
XYZ6.37518.08-
YUV63.18159.5122.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.24%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=24.24%
G=24.24%
B=51.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56561190.530.5300.532403634.31
Hex3838773535035f02422
Octal707016765650653604442
Binary1110001110001110111110101110101011010111110000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383877; }

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

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

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

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

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

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

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

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