#413492

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

Shades of Dark Slate Blue #413492

Tints of Dark Slate Blue #413492

Color information

#413492 (or 0x413492) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 34 and 92. RGB value is (65,52,146). Sum of RGB (Red+Green+Blue) = 65+52+146=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #413492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413492 is #BECB6D. Grayscale: #424242. Windows color (decimal): -12503918 or 9581633. OLE color: 9581633.

HSL color Cylindrical-coordinate representation of color #413492: hue angle of 248.3º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413492 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6552146-
CMYK0.550.6400.43
HSL248.3º47.47%38.82%-
HSV(B)248.3º64.38%57.25%-
XYZ8.65.6627.83-
YUV66.6172.81126.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.71%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=24.71%
G=19.77%
B=55.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65521460.550.6400.43248.347.4738.82
Hex413492374002Bf82f27
Octal10164222671000533705747
Binary1000001110100100100101101111000000010101111111000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413492; }

 p { color: rgb(65,52,146); }

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

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

 a { background-color: rgb(65,52,146); }

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

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

 span { border-color: rgb(65,52,146); }

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