#413084

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

Shades of Dark Slate Blue #413084

Tints of Dark Slate Blue #413084

Color information

#413084 (or 0x413084) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 30 and 84. RGB value is (65,48,132). Sum of RGB (Red+Green+Blue) = 65+48+132=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #413084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413084 is #BECF7B. Grayscale: #3E3E3E. Windows color (decimal): -12504956 or 8663105. OLE color: 8663105.

HSL color Cylindrical-coordinate representation of color #413084: hue angle of 252.14º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413084 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6548132-
CMYK0.510.6400.48
HSL252.14º46.67%35.29%-
HSV(B)252.14º63.64%51.76%-
XYZ7.44.922.39-
YUV62.66167.13129.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 132 (51.95% from 255) = 53.88%
R=26.53%
G=19.59%
B=53.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65481320.510.6400.48252.1446.6735.29
Hex4130843340030fc2f23
Octal10160204631000603745743
Binary1000001110000100001001100111000000011000011111100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413084; }

 p { color: rgb(65,48,132); }

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

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

 a { background-color: rgb(65,48,132); }

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

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

 span { border-color: rgb(65,48,132); }

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