#383288

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

Shades of Jacksons Purple #383288

Tints of Jacksons Purple #383288

Color information

#383288 (or 0x383288) is unknown color: approx Jacksons Purple. HEX triplet: 38, 32 and 88. RGB value is (56,50,136). Sum of RGB (Red+Green+Blue) = 56+50+136=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #383288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383288 is #C7CD77. Grayscale: #3D3D3D. Windows color (decimal): -13094264 or 8925752. OLE color: 8925752.

HSL color Cylindrical-coordinate representation of color #383288: hue angle of 244.19º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #383288 is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5650136-
CMYK0.590.6300.47
HSL244.19º46.24%36.47%-
HSV(B)244.19º63.24%53.33%-
XYZ7.224.923.86-
YUV61.6169.99124.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.14%
GREEN value IS 50 (19.92% from 255) = 20.66%
BLUE value IS 136 (53.52% from 255) = 56.20%
R=23.14%
G=20.66%
B=56.20%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56501360.590.6300.47244.1946.2436.47
Hex3832883B3F02Ff42e24
Octal706221073770573645644
Binary11100011001010001000111011111111010111111110100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383288; }

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

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

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

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

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

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

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

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