Html Css Color HEX #413A93 Dark Slate Blue

📋 copy color: '#413A93'

red 65 ◦ green 58 ◦ blue 147

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

Shades of Dark Slate Blue #413A93

Tints of Dark Slate Blue #413A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.48%

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

R = 24.07%
G = 21.48%
B = 54.44%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#413A93 (or 0x413A93) is known color: Dark Slate Blue. HEX triplet: 41, 3A and 93. RGB value is (65,58,147). Sum of RGB (Red+Green+Blue) = 65+58+147=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 58 (23.05% from 255 or 21.48% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #413A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413A93 is #BEC56C. Grayscale: #454545. Windows color (decimal): -12502381 or 9648705. OLE color: 9648705.

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

Color convert

RGB 65 58 147 -
CMYK 0.56 0.61 0 0.42
HSL 244.72º 0.43% 0.4% -
HSV(B) 244.72º 0.61% 0.58% -
XYZ 8.96 6.26 28.34 -
YUV 70.24 171.32 124.26 -
System Red Green Blue C M Y K H S L
Decimal 65 58 147 0.56 0.61 0 0.42 244.72 0.43 0.4
Hex 41 3A 93 38 3D 0 2A F5 2B 28
Octal 101 72 223 70 75 0 52 365 53 50
Binary 1000001 111010 10010011 111000 111101 0 101010 11110101 101011 101000

Color Harmonies of #413A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A93

Black with #413A93

Text Example


Text Example

White with #413A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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