Shades of Dark Slate Blue #402F90
Tints of Dark Slate Blue #402F90
RGB
CMYK
RGB Variations
Color information
#402F90 (or 0x402F90) is known color: Dark Slate Blue. HEX triplet: 40, 2F and 90. RGB value is (64,47,144). Sum of RGB (Red+Green+Blue) = 64+47+144=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 47 (18.75% from 255 or 18.43% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #402F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F90 is #BFD06F. Grayscale: #3E3E3E. Windows color (decimal): -12570736 or 9449280. OLE color: 9449280.
HSL color Cylindrical-coordinate representation of color #402F90: hue angle of 250.52º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402F90 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 47 | 144 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.44 |
| HSL | 250.52º | 0.51% | 0.37% | - |
| HSV(B) | 250.52º | 0.67% | 0.56% | - |
| XYZ | 8.16 | 5.14 | 26.95 | - |
| YUV | 63.14 | 173.63 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 47 | 144 | 0.56 | 0.67 | 0 | 0.44 | 250.52 | 0.51 | 0.37 |
| Hex | 40 | 2F | 90 | 38 | 43 | 0 | 2C | FB | 33 | 25 |
| Octal | 100 | 57 | 220 | 70 | 103 | 0 | 54 | 373 | 63 | 45 |
| Binary | 1000000 | 101111 | 10010000 | 111000 | 1000011 | 0 | 101100 | 11111011 | 110011 | 100101 |
Color Harmonies of #402F90
Complementary color
Monochromatic Colors of #402F90
Black with #402F90
Text Example
Text Example
White with #402F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402F90; }
p { color: rgb(64,47,144); }
H1.HeaderClassName
{
color: #402F90;
}
.AnyTagClassName
{
color: #402F90;
}
</style>
background-color css
<style>
a { background-color: #402F90; }
a { background-color: rgb(64,47,144); }
div.DivClassName
{
background-color: #402F90;
}
.BgClassName
{
background-color: #402F90;
}
</style>
border-color css
<style>
span { border-color: #402F90; }
span { border-color: rgb(64,47,144); }
td.TdClassName
{
border-color: #402F90;
}
.TagClassName
{
border-color: #402F90;
}
</style>