Html Css Color HEX #414491 Dark Slate Blue

📋 copy color: '#414491'

red 65 ◦ green 68 ◦ blue 145

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

Shades of Dark Slate Blue #414491

Tints of Dark Slate Blue #414491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

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

R = 23.38%
G = 24.46%
B = 52.16%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#414491 (or 0x414491) is known color: Dark Slate Blue. HEX triplet: 41, 44 and 91. RGB value is (65,68,145). Sum of RGB (Red+Green+Blue) = 65+68+145=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #414491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414491 is #BEBB6E. Grayscale: #4B4B4B. Windows color (decimal): -12499823 or 9520193. OLE color: 9520193.

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

Color convert

RGB 65 68 145 -
CMYK 0.55 0.53 0 0.43
HSL 237.75º 0.38% 0.41% -
HSV(B) 237.75º 0.55% 0.57% -
XYZ 9.36 7.3 27.7 -
YUV 75.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 65 68 145 0.55 0.53 0 0.43 237.75 0.38 0.41
Hex 41 44 91 37 35 0 2B EE 26 29
Octal 101 104 221 67 65 0 53 356 46 51
Binary 1000001 1000100 10010001 110111 110101 0 101011 11101110 100110 101001

Color Harmonies of #414491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414491

Black with #414491

Text Example


Text Example

White with #414491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414491; }

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

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

background-color css

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

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

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

border-color css

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

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

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