Html Css Color HEX #413188 Dark Slate Blue

📋 copy color: '#413188'

red 65 ◦ green 49 ◦ blue 136

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

Shades of Dark Slate Blue #413188

Tints of Dark Slate Blue #413188

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.6%

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

R = 26%
G = 19.6%
B = 54.4%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#413188 (or 0x413188) is known color: Dark Slate Blue. HEX triplet: 41, 31 and 88. RGB value is (65,49,136). Sum of RGB (Red+Green+Blue) = 65+49+136=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #413188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413188 is #BECE77. Grayscale: #3F3F3F. Windows color (decimal): -12504696 or 8925505. OLE color: 8925505.

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

Color convert

RGB 65 49 136 -
CMYK 0.52 0.64 0 0.47
HSL 251.03º 0.47% 0.36% -
HSV(B) 251.03º 0.64% 0.53% -
XYZ 7.72 5.1 23.87 -
YUV 63.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 65 49 136 0.52 0.64 0 0.47 251.03 0.47 0.36
Hex 41 31 88 34 40 0 2F FB 2F 24
Octal 101 61 210 64 100 0 57 373 57 44
Binary 1000001 110001 10001000 110100 1000000 0 101111 11111011 101111 100100

Color Harmonies of #413188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413188

Black with #413188

Text Example


Text Example

White with #413188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413188; }

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

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

background-color css

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

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

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

border-color css

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

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

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