#383774

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

Shades of Jacksons Purple #383774

Tints of Jacksons Purple #383774

Color information

#383774 (or 0x383774) is unknown color: approx Jacksons Purple. HEX triplet: 38, 37 and 74. RGB value is (56,55,116). Sum of RGB (Red+Green+Blue) = 56+55+116=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #383774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383774 is #C7C88B. Grayscale: #3E3E3E. Windows color (decimal): -13093004 or 7616312. OLE color: 7616312.

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

Color convert

RGB5655116-
CMYK0.520.5300.55
HSL240.98º35.67%33.53%-
HSV(B)240.98º52.59%45.49%-
XYZ6.154.8317.13-
YUV62.25158.33123.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.67%
GREEN value IS 55 (21.88% from 255) = 24.23%
BLUE value IS 116 (45.70% from 255) = 51.10%
R=24.67%
G=24.23%
B=51.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal56551160.520.5300.55240.9835.6733.53
Hex3837743435037f12422
Octal706716464650673614442
Binary1110001101111110100110100110101011011111110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383774; }

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

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

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

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

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

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

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

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