Html Css Color HEX #403292 Dark Slate Blue

📋 copy color: '#403292'

red 64 ◦ green 50 ◦ blue 146

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

Shades of Dark Slate Blue #403292

Tints of Dark Slate Blue #403292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.23%

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 24.62%
G = 19.23%
B = 56.15%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#403292 (or 0x403292) is known color: Dark Slate Blue. HEX triplet: 40, 32 and 92. RGB value is (64,50,146). Sum of RGB (Red+Green+Blue) = 64+50+146=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #403292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403292 is #BFCD6D. Grayscale: #404040. Windows color (decimal): -12569966 or 9581120. OLE color: 9581120.

HSL color Cylindrical-coordinate representation of color #403292: hue angle of 248.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403292 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 50 146 -
CMYK 0.56 0.66 0 0.43
HSL 248.75º 0.49% 0.38% -
HSV(B) 248.75º 0.66% 0.57% -
XYZ 8.44 5.45 27.8 -
YUV 65.13 173.64 127.19 -
System Red Green Blue C M Y K H S L
Decimal 64 50 146 0.56 0.66 0 0.43 248.75 0.49 0.38
Hex 40 32 92 38 42 0 2B F9 31 26
Octal 100 62 222 70 102 0 53 371 61 46
Binary 1000000 110010 10010010 111000 1000010 0 101011 11111001 110001 100110

Color Harmonies of #403292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403292

Black with #403292

Text Example


Text Example

White with #403292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403292; }

 p { color: rgb(64,50,146); }

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

background-color css

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

 a { background-color: rgb(64,50,146); }

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

border-color css

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

 span { border-color: rgb(64,50,146); }

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