#383578

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

Shades of Jacksons Purple #383578

Tints of Jacksons Purple #383578

Color information

#383578 (or 0x383578) is unknown color: approx Jacksons Purple. HEX triplet: 38, 35 and 78. RGB value is (56,53,120). Sum of RGB (Red+Green+Blue) = 56+53+120=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #383578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383578 is #C7CA87. Grayscale: #3D3D3D. Windows color (decimal): -13093512 or 7877944. OLE color: 7877944.

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

Color convert

RGB5653120-
CMYK0.530.5600.53
HSL242.69º38.73%33.92%-
HSV(B)242.69º55.83%47.06%-
XYZ6.294.7418.35-
YUV61.54160.99124.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.45%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 120 (47.27% from 255) = 52.40%
R=24.45%
G=23.14%
B=52.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56531200.530.5600.53242.6938.7333.92
Hex3835783538035f32722
Octal706517065700653634742
Binary1110001101011111000110101111000011010111110011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383578; }

 p { color: rgb(56,53,120); }

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

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

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

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

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

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

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