Html Css Color HEX #413C93 Dark Slate Blue

📋 copy color: '#413C93'

red 65 ◦ green 60 ◦ blue 147

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

Shades of Dark Slate Blue #413C93

Tints of Dark Slate Blue #413C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 54.04%

R = 23.9%
G = 22.06%
B = 54.04%

CMYK

 C value IS 0.56

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413C93 (or 0x413C93) is known color: Dark Slate Blue. HEX triplet: 41, 3C and 93. RGB value is (65,60,147). Sum of RGB (Red+Green+Blue) = 65+60+147=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 60 (23.83% from 255 or 22.06% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #413C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413C93 is #BEC36C. Grayscale: #474747. Windows color (decimal): -12501869 or 9649217. OLE color: 9649217.

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

Color convert

RGB 65 60 147 -
CMYK 0.56 0.59 0 0.42
HSL 243.45º 0.42% 0.41% -
HSV(B) 243.45º 0.59% 0.58% -
XYZ 9.06 6.46 28.37 -
YUV 71.41 170.66 123.43 -
System Red Green Blue C M Y K H S L
Decimal 65 60 147 0.56 0.59 0 0.42 243.45 0.42 0.41
Hex 41 3C 93 38 3B 0 2A F3 2A 29
Octal 101 74 223 70 73 0 52 363 52 51
Binary 1000001 111100 10010011 111000 111011 0 101010 11110011 101010 101001

Color Harmonies of #413C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413C93

Black with #413C93

Text Example


Text Example

White with #413C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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