#414295

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

Shades of Dark Slate Blue #414295

Tints of Dark Slate Blue #414295

Color information

#414295 (or 0x414295) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 42 and 95. RGB value is (65,66,149). Sum of RGB (Red+Green+Blue) = 65+66+149=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #414295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414295 is #BEBD6A. Grayscale: #4A4A4A. Windows color (decimal): -12500331 or 9781825. OLE color: 9781825.

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

Color convert

RGB6566149-
CMYK0.560.5600.42
HSL239.29º39.25%41.96%-
HSV(B)239.29º56.38%58.43%-
XYZ9.557.1929.32-
YUV75.16169.67120.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=23.21%
G=23.57%
B=53.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65661490.560.5600.42239.2939.2541.96
Hex414295383802Aef272a
Octal10110222570700523574752
Binary1000001100001010010101111000111000010101011101111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414295; }

 p { color: rgb(65,66,149); }

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

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

 a { background-color: rgb(65,66,149); }

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

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

 span { border-color: rgb(65,66,149); }

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