Html Css Color HEX #413890 Dark Slate Blue

📋 copy color: '#413890'

red 65 ◦ green 56 ◦ blue 144

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

Shades of Dark Slate Blue #413890

Tints of Dark Slate Blue #413890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.13%

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

R = 24.53%
G = 21.13%
B = 54.34%

CMYK

 C value IS 0.55

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#413890 (or 0x413890) is known color: Dark Slate Blue. HEX triplet: 41, 38 and 90. RGB value is (65,56,144). Sum of RGB (Red+Green+Blue) = 65+56+144=265 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.53% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 144 (56.64% from 255 or 54.34% from 265); Max value from RGB is 144 - color contains mainly: blue. Hex color #413890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413890 is #BEC76F. Grayscale: #444444. Windows color (decimal): -12502896 or 9451585. OLE color: 9451585.

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

Color convert

RGB 65 56 144 -
CMYK 0.55 0.61 0 0.44
HSL 246.14º 0.44% 0.39% -
HSV(B) 246.14º 0.61% 0.56% -
XYZ 8.63 5.97 27.08 -
YUV 68.72 170.48 125.34 -
System Red Green Blue C M Y K H S L
Decimal 65 56 144 0.55 0.61 0 0.44 246.14 0.44 0.39
Hex 41 38 90 37 3D 0 2C F6 2C 27
Octal 101 70 220 67 75 0 54 366 54 47
Binary 1000001 111000 10010000 110111 111101 0 101100 11110110 101100 100111

Color Harmonies of #413890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413890

Black with #413890

Text Example


Text Example

White with #413890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413890; }

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

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

background-color css

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

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

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

border-color css

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

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

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