Html Css Color HEX #403B98 Dark Slate Blue

📋 copy color: '#403B98'

red 64 ◦ green 59 ◦ blue 152

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

Shades of Dark Slate Blue #403B98

Tints of Dark Slate Blue #403B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.27%

R = 23.27%
G = 21.45%
B = 55.27%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#403B98 (or 0x403B98) is known color: Dark Slate Blue. HEX triplet: 40, 3B and 98. RGB value is (64,59,152). Sum of RGB (Red+Green+Blue) = 64+59+152=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #403B98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403B98 is #BFC467. Grayscale: #464646. Windows color (decimal): -12567656 or 9976640. OLE color: 9976640.

HSL color Cylindrical-coordinate representation of color #403B98: hue angle of 243.23º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #403B98 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 59 152 -
CMYK 0.58 0.61 0 0.40
HSL 243.23º 0.44% 0.41% -
HSV(B) 243.23º 0.61% 0.6% -
XYZ 9.35 6.48 30.46 -
YUV 71.1 173.66 122.94 -
System Red Green Blue C M Y K H S L
Decimal 64 59 152 0.58 0.61 0 0.40 243.23 0.44 0.41
Hex 40 3B 98 3A 3D 0 28 F3 2C 29
Octal 100 73 230 72 75 0 50 363 54 51
Binary 1000000 111011 10011000 111010 111101 0 101000 11110011 101100 101001

Color Harmonies of #403B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403B98

Black with #403B98

Text Example


Text Example

White with #403B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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