Html Css Color HEX #403485 Dark Slate Blue

📋 copy color: '#403485'

red 64 ◦ green 52 ◦ blue 133

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

Shades of Dark Slate Blue #403485

Tints of Dark Slate Blue #403485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.88%

 BLUE value IS 133 (52.34% from 255) = 53.41%

R = 25.7%
G = 20.88%
B = 53.41%

CMYK

 C value IS 0.52

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#403485 (or 0x403485) is known color: Dark Slate Blue. HEX triplet: 40, 34 and 85. RGB value is (64,52,133). Sum of RGB (Red+Green+Blue) = 64+52+133=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #403485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403485 is #BFCB7A. Grayscale: #404040. Windows color (decimal): -12569467 or 8729664. OLE color: 8729664.

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

Color convert

RGB 64 52 133 -
CMYK 0.52 0.61 0 0.48
HSL 248.89º 0.44% 0.36% -
HSV(B) 248.89º 0.61% 0.52% -
XYZ 7.58 5.24 22.8 -
YUV 64.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 64 52 133 0.52 0.61 0 0.48 248.89 0.44 0.36
Hex 40 34 85 34 3D 0 30 F9 2C 24
Octal 100 64 205 64 75 0 60 371 54 44
Binary 1000000 110100 10000101 110100 111101 0 110000 11111001 101100 100100

Color Harmonies of #403485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403485

Black with #403485

Text Example


Text Example

White with #403485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403485; }

 p { color: rgb(64,52,133); }

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

background-color css

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

 a { background-color: rgb(64,52,133); }

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

border-color css

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

 span { border-color: rgb(64,52,133); }

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