Html Css Color HEX #413C95 Dark Slate Blue

📋 copy color: '#413C95'

red 65 ◦ green 60 ◦ blue 149

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

Shades of Dark Slate Blue #413C95

Tints of Dark Slate Blue #413C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.9%

 BLUE value IS 149 (58.59% from 255) = 54.38%

R = 23.72%
G = 21.9%
B = 54.38%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413C95 (or 0x413C95) is known color: Dark Slate Blue. HEX triplet: 41, 3C and 95. RGB value is (65,60,149). Sum of RGB (Red+Green+Blue) = 65+60+149=274 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.72% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 149 (58.59% from 255 or 54.38% from 274); Max value from RGB is 149 - color contains mainly: blue. Hex color #413C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413C95 is #BEC36A. Grayscale: #474747. Windows color (decimal): -12501867 or 9780289. OLE color: 9780289.

HSL color Cylindrical-coordinate representation of color #413C95: hue angle of 243.37º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #413C95 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 60 149 -
CMYK 0.56 0.60 0 0.42
HSL 243.37º 0.43% 0.41% -
HSV(B) 243.37º 0.6% 0.58% -
XYZ 9.22 6.53 29.21 -
YUV 71.64 171.66 123.26 -
System Red Green Blue C M Y K H S L
Decimal 65 60 149 0.56 0.60 0 0.42 243.37 0.43 0.41
Hex 41 3C 95 38 3C 0 2A F3 2B 29
Octal 101 74 225 70 74 0 52 363 53 51
Binary 1000001 111100 10010101 111000 111100 0 101010 11110011 101011 101001

Color Harmonies of #413C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C95

Black with #413C95

Text Example


Text Example

White with #413C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413C95; }

 p { color: rgb(65,60,149); }

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

background-color css

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

 a { background-color: rgb(65,60,149); }

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

border-color css

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

 span { border-color: rgb(65,60,149); }

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