Html Css Color HEX #403090 Dark Slate Blue

📋 copy color: '#403090'

red 64 ◦ green 48 ◦ blue 144

#403090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #403090

Tints of Dark Slate Blue #403090

RGB

 RED value IS 64 (25.39% from 255) = 25%

 GREEN value IS 48 (19.14% from 255) = 18.75%

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 25%
G = 18.75%
B = 56.25%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#403090 (or 0x403090) is known color: Dark Slate Blue. HEX triplet: 40, 30 and 90. RGB value is (64,48,144). Sum of RGB (Red+Green+Blue) = 64+48+144=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #403090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403090 is #BFCF6F. Grayscale: #3F3F3F. Windows color (decimal): -12570480 or 9449536. OLE color: 9449536.

HSL color Cylindrical-coordinate representation of color #403090: hue angle of 250º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #403090 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 64 48 144 -
CMYK 0.56 0.67 0 0.44
HSL 250º 0.5% 0.38% -
HSV(B) 250º 0.67% 0.56% -
XYZ 8.21 5.22 26.96 -
YUV 63.73 173.3 128.19 -
System Red Green Blue C M Y K H S L
Decimal 64 48 144 0.56 0.67 0 0.44 250 0.5 0.38
Hex 40 30 90 38 43 0 2C FA 32 26
Octal 100 60 220 70 103 0 54 372 62 46
Binary 1000000 110000 10010000 111000 1000011 0 101100 11111010 110010 100110

Color Harmonies of #403090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403090

Black with #403090

Text Example


Text Example

White with #403090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403090; }

 p { color: rgb(64,48,144); }

 H1.HeaderClassName
 {
   color: #403090;
 }
 .AnyTagClassName
 {
   color: #403090;
 }
</style>

background-color css

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

 a { background-color: rgb(64,48,144); }

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

border-color css

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

 span { border-color: rgb(64,48,144); }

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