Html Css Color HEX #414090 Dark Slate Blue

📋 copy color: '#414090'

red 65 ◦ green 64 ◦ blue 144

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

Shades of Dark Slate Blue #414090

Tints of Dark Slate Blue #414090

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.44%

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

R = 23.81%
G = 23.44%
B = 52.75%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#414090 (or 0x414090) is known color: Dark Slate Blue. HEX triplet: 41, 40 and 90. RGB value is (65,64,144). Sum of RGB (Red+Green+Blue) = 65+64+144=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #414090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414090 is #BEBF6F. Grayscale: #494949. Windows color (decimal): -12500848 or 9453633. OLE color: 9453633.

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

Color convert

RGB 65 64 144 -
CMYK 0.55 0.56 0 0.44
HSL 240.75º 0.38% 0.41% -
HSV(B) 240.75º 0.56% 0.56% -
XYZ 9.05 6.8 27.22 -
YUV 73.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 65 64 144 0.55 0.56 0 0.44 240.75 0.38 0.41
Hex 41 40 90 37 38 0 2C F1 26 29
Octal 101 100 220 67 70 0 54 361 46 51
Binary 1000001 1000000 10010000 110111 111000 0 101100 11110001 100110 101001

Color Harmonies of #414090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414090

Black with #414090

Text Example


Text Example

White with #414090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414090; }

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

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

background-color css

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

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

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

border-color css

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

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

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