#383280

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

Shades of Jacksons Purple #383280

Tints of Jacksons Purple #383280

Color information

#383280 (or 0x383280) is unknown color: approx Jacksons Purple. HEX triplet: 38, 32 and 80. RGB value is (56,50,128). Sum of RGB (Red+Green+Blue) = 56+50+128=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 128 (50.39% from 255 or 54.70% from 234); Max value from RGB is 128 - color contains mainly: blue. Hex color #383280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383280 is #C7CD7F. Grayscale: #3C3C3C. Windows color (decimal): -13094272 or 8401464. OLE color: 8401464.

HSL color Cylindrical-coordinate representation of color #383280: hue angle of 244.62º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #383280 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5650128-
CMYK0.560.6100.50
HSL244.62º43.82%34.9%-
HSV(B)244.62º60.94%50.2%-
XYZ6.674.6820.97-
YUV60.69165.99124.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.93%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 128 (50.39% from 255) = 54.70%
R=23.93%
G=21.37%
B=54.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56501280.560.6100.50244.6243.8234.9
Hex383280383D032f52c23
Octal706220070750623655443
Binary11100011001010000000111000111101011001011110101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383280; }

 p { color: rgb(56,50,128); }

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

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

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

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

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

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

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