Html Css Color HEX #413088 Dark Slate Blue

📋 copy color: '#413088'

red 65 ◦ green 48 ◦ blue 136

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

Shades of Dark Slate Blue #413088

Tints of Dark Slate Blue #413088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.62%

R = 26.1%
G = 19.28%
B = 54.62%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413088 (or 0x413088) is known color: Dark Slate Blue. HEX triplet: 41, 30 and 88. RGB value is (65,48,136). Sum of RGB (Red+Green+Blue) = 65+48+136=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #413088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413088 is #BECF77. Grayscale: #3E3E3E. Windows color (decimal): -12504952 or 8925249. OLE color: 8925249.

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

Color convert

RGB 65 48 136 -
CMYK 0.52 0.65 0 0.47
HSL 251.59º 0.48% 0.36% -
HSV(B) 251.59º 0.65% 0.53% -
XYZ 7.68 5.02 23.86 -
YUV 63.12 169.13 129.34 -
System Red Green Blue C M Y K H S L
Decimal 65 48 136 0.52 0.65 0 0.47 251.59 0.48 0.36
Hex 41 30 88 34 41 0 2F FC 30 24
Octal 101 60 210 64 101 0 57 374 60 44
Binary 1000001 110000 10001000 110100 1000001 0 101111 11111100 110000 100100

Color Harmonies of #413088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413088

Black with #413088

Text Example


Text Example

White with #413088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413088; }

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

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

background-color css

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

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

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

border-color css

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

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

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