Html Css Color HEX #402C88 Dark Slate Blue

📋 copy color: '#402C88'

red 64 ◦ green 44 ◦ blue 136

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

Shades of Dark Slate Blue #402C88

Tints of Dark Slate Blue #402C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.03%

 BLUE value IS 136 (53.52% from 255) = 55.74%

R = 26.23%
G = 18.03%
B = 55.74%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#402C88 (or 0x402C88) is known color: Dark Slate Blue. HEX triplet: 40, 2C and 88. RGB value is (64,44,136). Sum of RGB (Red+Green+Blue) = 64+44+136=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #402C88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402C88 is #BFD377. Grayscale: #3C3C3C. Windows color (decimal): -12571512 or 8924224. OLE color: 8924224.

HSL color Cylindrical-coordinate representation of color #402C88: hue angle of 253.04º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #402C88 is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 44 136 -
CMYK 0.53 0.68 0 0.47
HSL 253.04º 0.51% 0.35% -
HSV(B) 253.04º 0.68% 0.53% -
XYZ 7.46 4.67 23.8 -
YUV 60.47 170.63 130.52 -
System Red Green Blue C M Y K H S L
Decimal 64 44 136 0.53 0.68 0 0.47 253.04 0.51 0.35
Hex 40 2C 88 35 44 0 2F FD 33 23
Octal 100 54 210 65 104 0 57 375 63 43
Binary 1000000 101100 10001000 110101 1000100 0 101111 11111101 110011 100011

Color Harmonies of #402C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402C88

Black with #402C88

Text Example


Text Example

White with #402C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402C88; }

 p { color: rgb(64,44,136); }

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

background-color css

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

 a { background-color: rgb(64,44,136); }

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

border-color css

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

 span { border-color: rgb(64,44,136); }

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