Html Css Color HEX #414390 Dark Slate Blue

📋 copy color: '#414390'

red 65 ◦ green 67 ◦ blue 144

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

Shades of Dark Slate Blue #414390

Tints of Dark Slate Blue #414390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.28%

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

R = 23.55%
G = 24.28%
B = 52.17%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#414390 (or 0x414390) is known color: Dark Slate Blue. HEX triplet: 41, 43 and 90. RGB value is (65,67,144). Sum of RGB (Red+Green+Blue) = 65+67+144=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #414390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #414390 is #BEBC6F. Grayscale: #4A4A4A. Windows color (decimal): -12500080 or 9454401. OLE color: 9454401.

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

Color convert

RGB 65 67 144 -
CMYK 0.55 0.53 0 0.44
HSL 238.48º 0.38% 0.41% -
HSV(B) 238.48º 0.55% 0.56% -
XYZ 9.22 7.15 27.28 -
YUV 75.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 65 67 144 0.55 0.53 0 0.44 238.48 0.38 0.41
Hex 41 43 90 37 35 0 2C EE 26 29
Octal 101 103 220 67 65 0 54 356 46 51
Binary 1000001 1000011 10010000 110111 110101 0 101100 11101110 100110 101001

Color Harmonies of #414390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414390

Black with #414390

Text Example


Text Example

White with #414390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414390; }

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

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

background-color css

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

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

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

border-color css

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

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

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