#383476

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

Shades of Jacksons Purple #383476

Tints of Jacksons Purple #383476

Color information

#383476 (or 0x383476) is unknown color: approx Jacksons Purple. HEX triplet: 38, 34 and 76. RGB value is (56,52,118). Sum of RGB (Red+Green+Blue) = 56+52+118=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 118 (46.48% from 255 or 52.21% from 226); Max value from RGB is 118 - color contains mainly: blue. Hex color #383476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383476 is #C7CB89. Grayscale: #3C3C3C. Windows color (decimal): -13093770 or 7746616. OLE color: 7746616.

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

Color convert

RGB5652118-
CMYK0.530.5600.54
HSL243.64º38.82%33.33%-
HSV(B)243.64º55.93%46.27%-
XYZ6.134.617.71-
YUV60.72160.33124.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.78%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 118 (46.48% from 255) = 52.21%
R=24.78%
G=23.01%
B=52.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56521180.530.5600.54243.6438.8233.33
Hex3834763538036f42721
Octal706416665700663644741
Binary1110001101001110110110101111000011011011110100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383476; }

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

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

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

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

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

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

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

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