#414398

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

Shades of Dark Slate Blue #414398

Tints of Dark Slate Blue #414398

Color information

#414398 (or 0x414398) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 43 and 98. RGB value is (65,67,152). Sum of RGB (Red+Green+Blue) = 65+67+152=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #414398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414398 is #BEBC67. Grayscale: #4B4B4B. Windows color (decimal): -12500072 or 9978689. OLE color: 9978689.

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

Color convert

RGB6567152-
CMYK0.570.5600.40
HSL238.62º40.09%42.55%-
HSV(B)238.62º57.24%59.61%-
XYZ9.857.4130.62-
YUV76.09170.84120.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=22.89%
G=23.59%
B=53.52%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal65671520.570.5600.40238.6240.0942.55
Hex4143983938028ef282b
Octal10110323071700503575053
Binary1000001100001110011000111001111000010100011101111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414398; }

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

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

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

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

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

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

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

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