#414392

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

Shades of Dark Slate Blue #414392

Tints of Dark Slate Blue #414392

Color information

#414392 (or 0x414392) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 43 and 92. RGB value is (65,67,146). Sum of RGB (Red+Green+Blue) = 65+67+146=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #414392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414392 is #BEBC6D. Grayscale: #4B4B4B. Windows color (decimal): -12500078 or 9585473. OLE color: 9585473.

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

Color convert

RGB6567146-
CMYK0.550.5400.43
HSL238.52º38.39%41.37%-
HSV(B)238.52º55.48%57.25%-
XYZ9.387.2128.09-
YUV75.41167.84120.58-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=23.38%
G=24.10%
B=52.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65671460.550.5400.43238.5238.3941.37
Hex414392373602Bef2629
Octal10110322267660533574651
Binary1000001100001110010010110111110110010101111101111100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414392; }

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

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

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

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

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

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

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

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