Html Css Color HEX #414290 Dark Slate Blue

📋 copy color: '#414290'

red 65 ◦ green 66 ◦ blue 144

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

Shades of Dark Slate Blue #414290

Tints of Dark Slate Blue #414290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24%

 BLUE value IS 144 (56.64% from 255) = 52.36%

R = 23.64%
G = 24%
B = 52.36%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#414290 (or 0x414290) is known color: Dark Slate Blue. HEX triplet: 41, 42 and 90. RGB value is (65,66,144). Sum of RGB (Red+Green+Blue) = 65+66+144=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #414290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414290 is #BEBD6F. Grayscale: #4A4A4A. Windows color (decimal): -12500336 or 9454145. OLE color: 9454145.

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

Color convert

RGB 65 66 144 -
CMYK 0.55 0.54 0 0.44
HSL 239.24º 0.38% 0.41% -
HSV(B) 239.24º 0.55% 0.56% -
XYZ 9.16 7.03 27.26 -
YUV 74.59 167.17 121.16 -
System Red Green Blue C M Y K H S L
Decimal 65 66 144 0.55 0.54 0 0.44 239.24 0.38 0.41
Hex 41 42 90 37 36 0 2C EF 26 29
Octal 101 102 220 67 66 0 54 357 46 51
Binary 1000001 1000010 10010000 110111 110110 0 101100 11101111 100110 101001

Color Harmonies of #414290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414290

Black with #414290

Text Example


Text Example

White with #414290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414290; }

 p { color: rgb(65,66,144); }

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

background-color css

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

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

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

border-color css

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

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

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