#384384

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

Shades of Jacksons Purple #384384

Tints of Jacksons Purple #384384

Color information

#384384 (or 0x384384) is unknown color: approx Jacksons Purple. HEX triplet: 38, 43 and 84. RGB value is (56,67,132). Sum of RGB (Red+Green+Blue) = 56+67+132=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #384384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384384 is #C7BC7B. Grayscale: #464646. Windows color (decimal): -13089916 or 8667960. OLE color: 8667960.

HSL color Cylindrical-coordinate representation of color #384384: hue angle of 231.32º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #384384 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5667132-
CMYK0.580.4900.48
HSL231.32º40.43%36.86%-
HSV(B)231.32º57.58%51.76%-
XYZ7.86.5222.68-
YUV71.12162.36117.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 132 (51.95% from 255) = 51.76%
R=21.96%
G=26.27%
B=51.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56671320.580.4900.48231.3240.4336.86
Hex3843843A31030e72825
Octal7010320472610603475045
Binary111000100001110000100111010110001011000011100111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384384; }

 p { color: rgb(56,67,132); }

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

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

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

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

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

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

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