#413088

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

Shades of Dark Slate Blue #413088

Tints of Dark Slate Blue #413088

Color information

#413088 (or 0x413088) is unknown color: approx Dark Slate Blue. HEX triplet: 41, 30 and 88. RGB value is (65,48,136). Sum of RGB (Red+Green+Blue) = 65+48+136=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #413088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413088 is #BECF77. Grayscale: #3E3E3E. Windows color (decimal): -12504952 or 8925249. OLE color: 8925249.

HSL color Cylindrical-coordinate representation of color #413088: hue angle of 251.59º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413088 is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6548136-
CMYK0.520.6500.47
HSL251.59º47.83%36.08%-
HSV(B)251.59º64.71%53.33%-
XYZ7.685.0223.86-
YUV63.11169.13129.34-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 48 (19.14% from 255) = 19.28%
BLUE value IS 136 (53.52% from 255) = 54.62%
R=26.10%
G=19.28%
B=54.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65481360.520.6500.47251.5947.8336.08
Hex413088344102Ffc3024
Octal10160210641010573746044
Binary1000001110000100010001101001000001010111111111100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413088; }

 p { color: rgb(65,48,136); }

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

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

 a { background-color: rgb(65,48,136); }

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

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

 span { border-color: rgb(65,48,136); }

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