#443482

Color #443482 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #443482

Tints of Dark Slate Blue #443482

Color information

#443482 (or 0x443482) is unknown color: approx Dark Slate Blue. HEX triplet: 44, 34 and 82. RGB value is (68,52,130). Sum of RGB (Red+Green+Blue) = 68+52+130=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #443482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443482 is #BBCB7D. Grayscale: #414141. Windows color (decimal): -12307326 or 8533060. OLE color: 8533060.

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

Color convert

RGB6852130-
CMYK0.480.6000.49
HSL252.31º42.86%35.69%-
HSV(B)252.31º60%50.98%-
XYZ7.645.321.74-
YUV65.68164.3129.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 130 (51.17% from 255) = 52%
R=27.2%
G=20.8%
B=52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal68521300.480.6000.49252.3142.8635.69
Hex443482303C031fc2b24
Octal1046420260740613745344
Binary100010011010010000010110000111100011000111111100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #443482; }

 p { color: rgb(68,52,130); }

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

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

 a { background-color: rgb(68,52,130); }

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

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

 span { border-color: rgb(68,52,130); }

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