Html Css Color HEX #413291 Dark Slate Blue

📋 copy color: '#413291'

red 65 ◦ green 50 ◦ blue 145

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

Shades of Dark Slate Blue #413291

Tints of Dark Slate Blue #413291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.77%

R = 25%
G = 19.23%
B = 55.77%

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

#413291 (or 0x413291) is known color: Dark Slate Blue. HEX triplet: 41, 32 and 91. RGB value is (65,50,145). Sum of RGB (Red+Green+Blue) = 65+50+145=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #413291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413291 is #BECD6E. Grayscale: #404040. Windows color (decimal): -12504431 or 9515585. OLE color: 9515585.

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

Color convert

RGB 65 50 145 -
CMYK 0.55 0.66 0 0.43
HSL 249.47º 0.49% 0.38% -
HSV(B) 249.47º 0.66% 0.57% -
XYZ 8.43 5.45 27.4 -
YUV 65.32 172.97 127.78 -
System Red Green Blue C M Y K H S L
Decimal 65 50 145 0.55 0.66 0 0.43 249.47 0.49 0.38
Hex 41 32 91 37 42 0 2B F9 31 26
Octal 101 62 221 67 102 0 53 371 61 46
Binary 1000001 110010 10010001 110111 1000010 0 101011 11111001 110001 100110

Color Harmonies of #413291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413291

Black with #413291

Text Example


Text Example

White with #413291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413291; }

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

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

background-color css

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

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

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

border-color css

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

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

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