Html Css Color HEX #414497 Dark Slate Blue

📋 copy color: '#414497'

red 65 ◦ green 68 ◦ blue 151

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

Shades of Dark Slate Blue #414497

Tints of Dark Slate Blue #414497

RGB

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

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

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

R = 22.89%
G = 23.94%
B = 53.17%

CMYK

 C value IS 0.57

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#414497 (or 0x414497) is known color: Dark Slate Blue. HEX triplet: 41, 44 and 97. RGB value is (65,68,151). Sum of RGB (Red+Green+Blue) = 65+68+151=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #414497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414497 is #BEBB68. Grayscale: #4C4C4C. Windows color (decimal): -12499817 or 9913409. OLE color: 9913409.

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

Color convert

RGB 65 68 151 -
CMYK 0.57 0.55 0 0.41
HSL 237.91º 0.4% 0.42% -
HSV(B) 237.91º 0.57% 0.59% -
XYZ 9.83 7.49 30.21 -
YUV 76.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 65 68 151 0.57 0.55 0 0.41 237.91 0.4 0.42
Hex 41 44 97 39 37 0 29 EE 28 2A
Octal 101 104 227 71 67 0 51 356 50 52
Binary 1000001 1000100 10010111 111001 110111 0 101001 11101110 101000 101010

Color Harmonies of #414497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414497

Black with #414497

Text Example


Text Example

White with #414497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414497; }

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

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

background-color css

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

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

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

border-color css

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

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

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