Html Css Color HEX #414197 Dark Slate Blue

📋 copy color: '#414197'

red 65 ◦ green 65 ◦ blue 151

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

Shades of Dark Slate Blue #414197

Tints of Dark Slate Blue #414197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

 BLUE value IS 151 (59.38% from 255) = 53.74%

R = 23.13%
G = 23.13%
B = 53.74%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#414197 (or 0x414197) is known color: Dark Slate Blue. HEX triplet: 41, 41 and 97. RGB value is (65,65,151). Sum of RGB (Red+Green+Blue) = 65+65+151=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 151 (59.38% from 255 or 53.74% from 281); Max value from RGB is 151 - color contains mainly: blue. Hex color #414197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414197 is #BEBE68. Grayscale: #4A4A4A. Windows color (decimal): -12500585 or 9912641. OLE color: 9912641.

HSL color Cylindrical-coordinate representation of color #414197: hue angle of 240º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #414197 is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 65 151 -
CMYK 0.57 0.57 0 0.41
HSL 240º 0.4% 0.42% -
HSV(B) 240º 0.57% 0.59% -
XYZ 9.66 7.14 30.15 -
YUV 74.8 171 121.01 -
System Red Green Blue C M Y K H S L
Decimal 65 65 151 0.57 0.57 0 0.41 240 0.4 0.42
Hex 41 41 97 39 39 0 29 F0 28 2A
Octal 101 101 227 71 71 0 51 360 50 52
Binary 1000001 1000001 10010111 111001 111001 0 101001 11110000 101000 101010

Color Harmonies of #414197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414197

Black with #414197

Text Example


Text Example

White with #414197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414197; }

 p { color: rgb(65,65,151); }

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

background-color css

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

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

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

border-color css

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

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

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