Html Css Color HEX #41418C Dark Slate Blue

📋 copy color: '#41418C'

red 65 ◦ green 65 ◦ blue 140

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

Shades of Dark Slate Blue #41418C

Tints of Dark Slate Blue #41418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.85%

R = 24.07%
G = 24.07%
B = 51.85%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#41418C (or 0x41418C) is known color: Dark Slate Blue. HEX triplet: 41, 41 and 8C. RGB value is (65,65,140). Sum of RGB (Red+Green+Blue) = 65+65+140=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #41418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41418C is #BEBE73. Grayscale: #494949. Windows color (decimal): -12500596 or 9191745. OLE color: 9191745.

HSL color Cylindrical-coordinate representation of color #41418C: hue angle of 240º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41418C is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 65 140 -
CMYK 0.54 0.54 0 0.45
HSL 240º 0.37% 0.4% -
HSV(B) 240º 0.54% 0.55% -
XYZ 8.8 6.8 25.66 -
YUV 73.55 165.5 121.9 -
System Red Green Blue C M Y K H S L
Decimal 65 65 140 0.54 0.54 0 0.45 240 0.37 0.4
Hex 41 41 8C 36 36 0 2D F0 25 28
Octal 101 101 214 66 66 0 55 360 45 50
Binary 1000001 1000001 10001100 110110 110110 0 101101 11110000 100101 101000

Color Harmonies of #41418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41418C

Black with #41418C

Text Example


Text Example

White with #41418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41418C; }

 p { color: rgb(65,65,140); }

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

background-color css

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

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

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

border-color css

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

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

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