#384182

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

Shades of Jacksons Purple #384182

Tints of Jacksons Purple #384182

Color information

#384182 (or 0x384182) is unknown color: approx Jacksons Purple. HEX triplet: 38, 41 and 82. RGB value is (56,65,130). Sum of RGB (Red+Green+Blue) = 56+65+130=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #384182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384182 is #C7BE7D. Grayscale: #454545. Windows color (decimal): -13090430 or 8536376. OLE color: 8536376.

HSL color Cylindrical-coordinate representation of color #384182: hue angle of 232.7º 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 #384182 is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5665130-
CMYK0.570.5000.49
HSL232.7º39.78%36.47%-
HSV(B)232.7º56.92%50.98%-
XYZ7.556.2321.92-
YUV69.72162.02118.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 22.31%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 130 (51.17% from 255) = 51.79%
R=22.31%
G=25.90%
B=51.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal56651300.570.5000.49232.739.7836.47
Hex3841823932031e92824
Octal7010120271620613515044
Binary111000100000110000010111001110010011000111101001101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384182; }

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

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

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

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

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

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

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

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