Html Css Color HEX #413B93 Dark Slate Blue

📋 copy color: '#413B93'

red 65 ◦ green 59 ◦ blue 147

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

Shades of Dark Slate Blue #413B93

Tints of Dark Slate Blue #413B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.77%

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

R = 23.99%
G = 21.77%
B = 54.24%

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

#413B93 (or 0x413B93) is known color: Dark Slate Blue. HEX triplet: 41, 3B and 93. RGB value is (65,59,147). Sum of RGB (Red+Green+Blue) = 65+59+147=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 147 (57.81% from 255 or 54.24% from 271); Max value from RGB is 147 - color contains mainly: blue. Hex color #413B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413B93 is #BEC46C. Grayscale: #464646. Windows color (decimal): -12502125 or 9648961. OLE color: 9648961.

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

Color convert

RGB 65 59 147 -
CMYK 0.56 0.60 0 0.42
HSL 244.09º 0.43% 0.4% -
HSV(B) 244.09º 0.6% 0.58% -
XYZ 9.01 6.36 28.36 -
YUV 70.83 170.99 123.84 -
System Red Green Blue C M Y K H S L
Decimal 65 59 147 0.56 0.60 0 0.42 244.09 0.43 0.4
Hex 41 3B 93 38 3C 0 2A F4 2B 28
Octal 101 73 223 70 74 0 52 364 53 50
Binary 1000001 111011 10010011 111000 111100 0 101010 11110100 101011 101000

Color Harmonies of #413B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413B93

Black with #413B93

Text Example


Text Example

White with #413B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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