Html Css Color HEX #41338E Dark Slate Blue

📋 copy color: '#41338E'

red 65 ◦ green 51 ◦ blue 142

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

Shades of Dark Slate Blue #41338E

Tints of Dark Slate Blue #41338E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.77%

 BLUE value IS 142 (55.86% from 255) = 55.04%

R = 25.19%
G = 19.77%
B = 55.04%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41338E (or 0x41338E) is known color: Dark Slate Blue. HEX triplet: 41, 33 and 8E. RGB value is (65,51,142). Sum of RGB (Red+Green+Blue) = 65+51+142=258 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.19% from 258); Green value is 51 (20.31% from 255 or 19.77% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #41338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41338E is #BECC71. Grayscale: #414141. Windows color (decimal): -12504178 or 9319233. OLE color: 9319233.

HSL color Cylindrical-coordinate representation of color #41338E: hue angle of 249.23º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41338E is Cyan = 0.54, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 51 142 -
CMYK 0.54 0.64 0 0.44
HSL 249.23º 0.47% 0.38% -
HSV(B) 249.23º 0.64% 0.56% -
XYZ 8.25 5.44 26.21 -
YUV 65.56 171.14 127.6 -
System Red Green Blue C M Y K H S L
Decimal 65 51 142 0.54 0.64 0 0.44 249.23 0.47 0.38
Hex 41 33 8E 36 40 0 2C F9 2F 26
Octal 101 63 216 66 100 0 54 371 57 46
Binary 1000001 110011 10001110 110110 1000000 0 101100 11111001 101111 100110

Color Harmonies of #41338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41338E

Black with #41338E

Text Example


Text Example

White with #41338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41338E; }

 p { color: rgb(65,51,142); }

 H1.HeaderClassName
 {
   color: #41338E;
 }
 .AnyTagClassName
 {
   color: #41338E;
 }
</style>

background-color css

<style>
 a { background-color: #41338E; }

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

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

border-color css

<style>
 span { border-color: #41338E; }

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

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