#414299

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

Shades of Dark Slate Blue #414299

Tints of Dark Slate Blue #414299

Color information

#414299 (or 0x414299) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 42 and 99. RGB value is (65,66,153). Sum of RGB (Red+Green+Blue) = 65+66+153=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #414299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414299 is #BEBD66. Grayscale: #4B4B4B. Windows color (decimal): -12500327 or 10043969. OLE color: 10043969.

HSL color Cylindrical-coordinate representation of color #414299: hue angle of 239.32º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #414299 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6566153-
CMYK0.580.5700.4
HSL239.32º40.37%42.75%-
HSV(B)239.32º57.52%60%-
XYZ9.887.3231.03-
YUV75.62171.67120.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 66 (26.17% from 255) = 23.24%
BLUE value IS 153 (60.16% from 255) = 53.87%
R=22.89%
G=23.24%
B=53.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65661530.580.5700.4239.3240.3742.75
Hex4142993A39028ef282b
Octal10110223172710503575053
Binary1000001100001010011001111010111001010100011101111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414299; }

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

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

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

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

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

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

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

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