Html Css Color HEX #403798 Dark Slate Blue

📋 copy color: '#403798'

red 64 ◦ green 55 ◦ blue 152

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

Shades of Dark Slate Blue #403798

Tints of Dark Slate Blue #403798

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

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

R = 23.62%
G = 20.3%
B = 56.09%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#403798 (or 0x403798) is known color: Dark Slate Blue. HEX triplet: 40, 37 and 98. RGB value is (64,55,152). Sum of RGB (Red+Green+Blue) = 64+55+152=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #403798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403798 is #BFC867. Grayscale: #444444. Windows color (decimal): -12568680 or 9975616. OLE color: 9975616.

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

Color convert

RGB 64 55 152 -
CMYK 0.58 0.64 0 0.40
HSL 245.57º 0.47% 0.41% -
HSV(B) 245.57º 0.64% 0.6% -
XYZ 9.15 6.09 30.4 -
YUV 68.75 174.98 124.61 -
System Red Green Blue C M Y K H S L
Decimal 64 55 152 0.58 0.64 0 0.40 245.57 0.47 0.41
Hex 40 37 98 3A 40 0 28 F6 2F 29
Octal 100 67 230 72 100 0 50 366 57 51
Binary 1000000 110111 10011000 111010 1000000 0 101000 11110110 101111 101001

Color Harmonies of #403798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403798

Black with #403798

Text Example


Text Example

White with #403798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403798; }

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

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

background-color css

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

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

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

border-color css

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

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

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