Html Css Color HEX #403B85 Dark Slate Blue

📋 copy color: '#403B85'

red 64 ◦ green 59 ◦ blue 133

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

Shades of Dark Slate Blue #403B85

Tints of Dark Slate Blue #403B85

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

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

R = 25%
G = 23.05%
B = 51.95%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#403B85 (or 0x403B85) is known color: Dark Slate Blue. HEX triplet: 40, 3B and 85. RGB value is (64,59,133). Sum of RGB (Red+Green+Blue) = 64+59+133=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #403B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403B85 is #BFC47A. Grayscale: #444444. Windows color (decimal): -12567675 or 8731456. OLE color: 8731456.

HSL color Cylindrical-coordinate representation of color #403B85: hue angle of 244.05º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #403B85 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 59 133 -
CMYK 0.52 0.56 0 0.48
HSL 244.05º 0.39% 0.38% -
HSV(B) 244.05º 0.56% 0.52% -
XYZ 7.91 5.91 22.91 -
YUV 68.93 164.16 124.48 -
System Red Green Blue C M Y K H S L
Decimal 64 59 133 0.52 0.56 0 0.48 244.05 0.39 0.38
Hex 40 3B 85 34 38 0 30 F4 27 26
Octal 100 73 205 64 70 0 60 364 47 46
Binary 1000000 111011 10000101 110100 111000 0 110000 11110100 100111 100110

Color Harmonies of #403B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B85

Black with #403B85

Text Example


Text Example

White with #403B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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