#413784

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

Shades of Dark Slate Blue #413784

Tints of Dark Slate Blue #413784

Color information

#413784 (or 0x413784) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 37 and 84. RGB value is (65,55,132). Sum of RGB (Red+Green+Blue) = 65+55+132=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #413784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413784 is #BEC87B. Grayscale: #424242. Windows color (decimal): -12503164 or 8664897. OLE color: 8664897.

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

Color convert

RGB6555132-
CMYK0.510.5800.48
HSL247.79º41.18%36.67%-
HSV(B)247.79º58.33%51.76%-
XYZ7.715.5222.49-
YUV66.77164.81126.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.79%
GREEN value IS 55 (21.88% from 255) = 21.83%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=25.79%
G=21.83%
B=52.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65551320.510.5800.48247.7941.1836.67
Hex413784333A030f82925
Octal1016720463720603705145
Binary100000111011110000100110011111010011000011111000101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413784; }

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

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

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

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

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

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

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

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