#383680

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

Shades of Jacksons Purple #383680

Tints of Jacksons Purple #383680

Color information

#383680 (or 0x383680) is unknown color: approx Jacksons Purple. HEX triplet: 38, 36 and 80. RGB value is (56,54,128). Sum of RGB (Red+Green+Blue) = 56+54+128=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #383680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383680 is #C7C97F. Grayscale: #3E3E3E. Windows color (decimal): -13093248 or 8402488. OLE color: 8402488.

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

Color convert

RGB5654128-
CMYK0.560.5800.50
HSL241.62º40.66%35.69%-
HSV(B)241.62º57.81%50.2%-
XYZ6.855.0421.03-
YUV63.03164.66122.98-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 23.53%
GREEN value IS 54 (21.48% from 255) = 22.69%
BLUE value IS 128 (50.39% from 255) = 53.78%
R=23.53%
G=22.69%
B=53.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal56541280.560.5800.50241.6240.6635.69
Hex383680383A032f22924
Octal706620070720623625144
Binary11100011011010000000111000111010011001011110010101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383680; }

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

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

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

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

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

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

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

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