Html Css Color HEX #413184 Dark Slate Blue

📋 copy color: '#413184'

red 65 ◦ green 49 ◦ blue 132

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

Shades of Dark Slate Blue #413184

Tints of Dark Slate Blue #413184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

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

R = 26.42%
G = 19.92%
B = 53.66%

CMYK

 C value IS 0.51

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#413184 (or 0x413184) is known color: Dark Slate Blue. HEX triplet: 41, 31 and 84. RGB value is (65,49,132). Sum of RGB (Red+Green+Blue) = 65+49+132=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 132 (51.95% from 255 or 53.66% from 246); Max value from RGB is 132 - color contains mainly: blue. Hex color #413184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413184 is #BECE7B. Grayscale: #3E3E3E. Windows color (decimal): -12504700 or 8663361. OLE color: 8663361.

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

Color convert

RGB 65 49 132 -
CMYK 0.51 0.63 0 0.48
HSL 251.57º 0.46% 0.35% -
HSV(B) 251.57º 0.63% 0.52% -
XYZ 7.44 4.99 22.4 -
YUV 63.25 166.8 129.25 -
System Red Green Blue C M Y K H S L
Decimal 65 49 132 0.51 0.63 0 0.48 251.57 0.46 0.35
Hex 41 31 84 33 3F 0 30 FC 2E 23
Octal 101 61 204 63 77 0 60 374 56 43
Binary 1000001 110001 10000100 110011 111111 0 110000 11111100 101110 100011

Color Harmonies of #413184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413184

Black with #413184

Text Example


Text Example

White with #413184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413184; }

 p { color: rgb(65,49,132); }

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

background-color css

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

 a { background-color: rgb(65,49,132); }

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

border-color css

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

 span { border-color: rgb(65,49,132); }

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