Html Css Color HEX #403883 Dark Slate Blue

📋 copy color: '#403883'

red 64 ◦ green 56 ◦ blue 131

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

Shades of Dark Slate Blue #403883

Tints of Dark Slate Blue #403883

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 131 (51.56% from 255) = 52.19%

R = 25.5%
G = 22.31%
B = 52.19%

CMYK

 C value IS 0.51

 M value IS 0.57

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403883 (or 0x403883) is known color: Dark Slate Blue. HEX triplet: 40, 38 and 83. RGB value is (64,56,131). Sum of RGB (Red+Green+Blue) = 64+56+131=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #403883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403883 is #BFC77C. Grayscale: #424242. Windows color (decimal): -12568445 or 8599616. OLE color: 8599616.

HSL color Cylindrical-coordinate representation of color #403883: hue angle of 246.4º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #403883 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 56 131 -
CMYK 0.51 0.57 0 0.49
HSL 246.4º 0.4% 0.37% -
HSV(B) 246.4º 0.57% 0.51% -
XYZ 7.63 5.56 22.14 -
YUV 66.94 164.15 125.9 -
System Red Green Blue C M Y K H S L
Decimal 64 56 131 0.51 0.57 0 0.49 246.4 0.4 0.37
Hex 40 38 83 33 39 0 31 F6 28 25
Octal 100 70 203 63 71 0 61 366 50 45
Binary 1000000 111000 10000011 110011 111001 0 110001 11110110 101000 100101

Color Harmonies of #403883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403883

Black with #403883

Text Example


Text Example

White with #403883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403883; }

 p { color: rgb(64,56,131); }

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

background-color css

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

 a { background-color: rgb(64,56,131); }

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

border-color css

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

 span { border-color: rgb(64,56,131); }

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