Html Css Color HEX #41367C Dark Slate Blue

📋 copy color: '#41367C'

red 65 ◦ green 54 ◦ blue 124

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

Shades of Dark Slate Blue #41367C

Tints of Dark Slate Blue #41367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.03%

R = 26.75%
G = 22.22%
B = 51.03%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41367C (or 0x41367C) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 7C. RGB value is (65,54,124). Sum of RGB (Red+Green+Blue) = 65+54+124=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #41367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41367C is #BEC983. Grayscale: #414141. Windows color (decimal): -12503428 or 8140353. OLE color: 8140353.

HSL color Cylindrical-coordinate representation of color #41367C: hue angle of 249.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41367C is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 54 124 -
CMYK 0.48 0.56 0 0.51
HSL 249.43º 0.39% 0.35% -
HSV(B) 249.43º 0.56% 0.49% -
XYZ 7.14 5.22 19.7 -
YUV 65.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 65 54 124 0.48 0.56 0 0.51 249.43 0.39 0.35
Hex 41 36 7C 30 38 0 33 F9 27 23
Octal 101 66 174 60 70 0 63 371 47 43
Binary 1000001 110110 1111100 110000 111000 0 110011 11111001 100111 100011

Color Harmonies of #41367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41367C

Black with #41367C

Text Example


Text Example

White with #41367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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