Html Css Color HEX #41367F Dark Slate Blue

📋 copy color: '#41367F'

red 65 ◦ green 54 ◦ blue 127

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

Shades of Dark Slate Blue #41367F

Tints of Dark Slate Blue #41367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 127 (50% from 255) = 51.63%

R = 26.42%
G = 21.95%
B = 51.63%

CMYK

 C value IS 0.49

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41367F (or 0x41367F) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 7F. RGB value is (65,54,127). Sum of RGB (Red+Green+Blue) = 65+54+127=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #41367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41367F is #BEC980. Grayscale: #414141. Windows color (decimal): -12503425 or 8336961. OLE color: 8336961.

HSL color Cylindrical-coordinate representation of color #41367F: hue angle of 249.04º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41367F is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 54 127 -
CMYK 0.49 0.57 0 0.50
HSL 249.04º 0.4% 0.35% -
HSV(B) 249.04º 0.57% 0.5% -
XYZ 7.33 5.29 20.71 -
YUV 65.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 65 54 127 0.49 0.57 0 0.50 249.04 0.4 0.35
Hex 41 36 7F 31 39 0 32 F9 28 23
Octal 101 66 177 61 71 0 62 371 50 43
Binary 1000001 110110 1111111 110001 111001 0 110010 11111001 101000 100011

Color Harmonies of #41367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41367F

Black with #41367F

Text Example


Text Example

White with #41367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41367F; }

 p { color: rgb(65,54,127); }

 H1.HeaderClassName
 {
   color: #41367F;
 }
 .AnyTagClassName
 {
   color: #41367F;
 }
</style>

background-color css

<style>
 a { background-color: #41367F; }

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

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

border-color css

<style>
 span { border-color: #41367F; }

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

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