Html Css Color HEX #403395 Dark Slate Blue

📋 copy color: '#403395'

red 64 ◦ green 51 ◦ blue 149

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

Shades of Dark Slate Blue #403395

Tints of Dark Slate Blue #403395

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.32%

 BLUE value IS 149 (58.59% from 255) = 56.44%

R = 24.24%
G = 19.32%
B = 56.44%

CMYK

 C value IS 0.57

 M value IS 0.66

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403395 (or 0x403395) is known color: Dark Slate Blue. HEX triplet: 40, 33 and 95. RGB value is (64,51,149). Sum of RGB (Red+Green+Blue) = 64+51+149=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #403395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403395 is #BFCC6A. Grayscale: #414141. Windows color (decimal): -12569707 or 9777984. OLE color: 9777984.

HSL color Cylindrical-coordinate representation of color #403395: hue angle of 247.96º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403395 is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 64 51 149 -
CMYK 0.57 0.66 0 0.42
HSL 247.96º 0.49% 0.39% -
HSV(B) 247.96º 0.66% 0.58% -
XYZ 8.72 5.63 29.06 -
YUV 66.06 174.81 126.53 -
System Red Green Blue C M Y K H S L
Decimal 64 51 149 0.57 0.66 0 0.42 247.96 0.49 0.39
Hex 40 33 95 39 42 0 2A F8 31 27
Octal 100 63 225 71 102 0 52 370 61 47
Binary 1000000 110011 10010101 111001 1000010 0 101010 11111000 110001 100111

Color Harmonies of #403395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403395

Black with #403395

Text Example


Text Example

White with #403395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403395; }

 p { color: rgb(64,51,149); }

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

background-color css

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

 a { background-color: rgb(64,51,149); }

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

border-color css

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

 span { border-color: rgb(64,51,149); }

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