Html Css Color HEX #413089 Dark Slate Blue

📋 copy color: '#413089'

red 65 ◦ green 48 ◦ blue 137

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

Shades of Dark Slate Blue #413089

Tints of Dark Slate Blue #413089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

 BLUE value IS 137 (53.91% from 255) = 54.8%

R = 26%
G = 19.2%
B = 54.8%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#413089 (or 0x413089) is known color: Dark Slate Blue. HEX triplet: 41, 30 and 89. RGB value is (65,48,137). Sum of RGB (Red+Green+Blue) = 65+48+137=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #413089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413089 is #BECF76. Grayscale: #3E3E3E. Windows color (decimal): -12504951 or 8990785. OLE color: 8990785.

HSL color Cylindrical-coordinate representation of color #413089: hue angle of 251.46º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #413089 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 48 137 -
CMYK 0.53 0.65 0 0.46
HSL 251.46º 0.48% 0.36% -
HSV(B) 251.46º 0.65% 0.54% -
XYZ 7.75 5.04 24.23 -
YUV 63.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 65 48 137 0.53 0.65 0 0.46 251.46 0.48 0.36
Hex 41 30 89 35 41 0 2E FB 30 24
Octal 101 60 211 65 101 0 56 373 60 44
Binary 1000001 110000 10001001 110101 1000001 0 101110 11111011 110000 100100

Color Harmonies of #413089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413089

Black with #413089

Text Example


Text Example

White with #413089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413089; }

 p { color: rgb(65,48,137); }

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

background-color css

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

 a { background-color: rgb(65,48,137); }

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

border-color css

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

 span { border-color: rgb(65,48,137); }

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