Html Css Color HEX #413292 Dark Slate Blue

📋 copy color: '#413292'

red 65 ◦ green 50 ◦ blue 146

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

Shades of Dark Slate Blue #413292

Tints of Dark Slate Blue #413292

RGB

 RED value IS 65 (25.78% from 255) = 24.9%

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

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

R = 24.9%
G = 19.16%
B = 55.94%

CMYK

 C value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#413292 (or 0x413292) is known color: Dark Slate Blue. HEX triplet: 41, 32 and 92. RGB value is (65,50,146). Sum of RGB (Red+Green+Blue) = 65+50+146=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 146 (57.42% from 255 or 55.94% from 261); Max value from RGB is 146 - color contains mainly: blue. Hex color #413292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413292 is #BECD6D. Grayscale: #414141. Windows color (decimal): -12504430 or 9581121. OLE color: 9581121.

HSL color Cylindrical-coordinate representation of color #413292: hue angle of 249.38º 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 #413292 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 50 146 -
CMYK 0.55 0.66 0 0.43
HSL 249.38º 0.49% 0.38% -
HSV(B) 249.38º 0.66% 0.57% -
XYZ 8.51 5.48 27.8 -
YUV 65.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 65 50 146 0.55 0.66 0 0.43 249.38 0.49 0.38
Hex 41 32 92 37 42 0 2B F9 31 26
Octal 101 62 222 67 102 0 53 371 61 46
Binary 1000001 110010 10010010 110111 1000010 0 101011 11111001 110001 100110

Color Harmonies of #413292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413292

Black with #413292

Text Example


Text Example

White with #413292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413292; }

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

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

background-color css

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

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

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

border-color css

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

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

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