Html Css Color HEX #403083 Dark Slate Blue

📋 copy color: '#403083'

red 64 ◦ green 48 ◦ blue 131

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

Shades of Dark Slate Blue #403083

Tints of Dark Slate Blue #403083

RGB

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

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

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

R = 26.34%
G = 19.75%
B = 53.91%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#403083 (or 0x403083) is known color: Dark Slate Blue. HEX triplet: 40, 30 and 83. RGB value is (64,48,131). Sum of RGB (Red+Green+Blue) = 64+48+131=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #403083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403083 is #BFCF7C. Grayscale: #3D3D3D. Windows color (decimal): -12570493 or 8597568. OLE color: 8597568.

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

Color convert

RGB 64 48 131 -
CMYK 0.51 0.63 0 0.49
HSL 251.57º 0.46% 0.35% -
HSV(B) 251.57º 0.63% 0.51% -
XYZ 7.27 4.84 22.02 -
YUV 62.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 64 48 131 0.51 0.63 0 0.49 251.57 0.46 0.35
Hex 40 30 83 33 3F 0 31 FC 2E 23
Octal 100 60 203 63 77 0 61 374 56 43
Binary 1000000 110000 10000011 110011 111111 0 110001 11111100 101110 100011

Color Harmonies of #403083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403083

Black with #403083

Text Example


Text Example

White with #403083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403083; }

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

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

background-color css

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

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

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

border-color css

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

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

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