#384382

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

Shades of Jacksons Purple #384382

Tints of Jacksons Purple #384382

Color information

#384382 (or 0x384382) is unknown color: approx Jacksons Purple. HEX triplet: 38, 43 and 82. RGB value is (56,67,130). Sum of RGB (Red+Green+Blue) = 56+67+130=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #384382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384382 is #C7BC7D. Grayscale: #464646. Windows color (decimal): -13089918 or 8536888. OLE color: 8536888.

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

Color convert

RGB5667130-
CMYK0.570.4800.49
HSL231.08º39.78%36.47%-
HSV(B)231.08º56.92%50.98%-
XYZ7.676.4721.96-
YUV70.89161.36117.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.13%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=22.13%
G=26.48%
B=51.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56671300.570.4800.49231.0839.7836.47
Hex3843823930031e72824
Octal7010320271600613475044
Binary111000100001110000010111001110000011000111100111101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384382; }

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

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

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

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

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

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

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

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