Html Css Color HEX #402F84 Dark Slate Blue

📋 copy color: '#402F84'

red 64 ◦ green 47 ◦ blue 132

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

Shades of Dark Slate Blue #402F84

Tints of Dark Slate Blue #402F84

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.34%

 BLUE value IS 132 (51.95% from 255) = 54.32%

R = 26.34%
G = 19.34%
B = 54.32%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#402F84 (or 0x402F84) is known color: Dark Slate Blue. HEX triplet: 40, 2F and 84. RGB value is (64,47,132). Sum of RGB (Red+Green+Blue) = 64+47+132=243 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.34% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 132 (51.95% from 255 or 54.32% from 243); Max value from RGB is 132 - color contains mainly: blue. Hex color #402F84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402F84 is #BFD07B. Grayscale: #3D3D3D. Windows color (decimal): -12570748 or 8662848. OLE color: 8662848.

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

Color convert

RGB 64 47 132 -
CMYK 0.52 0.64 0 0.48
HSL 252º 0.47% 0.35% -
HSV(B) 252º 0.64% 0.52% -
XYZ 7.3 4.79 22.37 -
YUV 61.77 167.63 129.59 -
System Red Green Blue C M Y K H S L
Decimal 64 47 132 0.52 0.64 0 0.48 252 0.47 0.35
Hex 40 2F 84 34 40 0 30 FC 2F 23
Octal 100 57 204 64 100 0 60 374 57 43
Binary 1000000 101111 10000100 110100 1000000 0 110000 11111100 101111 100011

Color Harmonies of #402F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F84

Black with #402F84

Text Example


Text Example

White with #402F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,47,132); }

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

background-color css

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

 a { background-color: rgb(64,47,132); }

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

border-color css

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

 span { border-color: rgb(64,47,132); }

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