Html Css Color HEX #41368E Dark Slate Blue

📋 copy color: '#41368E'

red 65 ◦ green 54 ◦ blue 142

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

Shades of Dark Slate Blue #41368E

Tints of Dark Slate Blue #41368E

RGB

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

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

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

R = 24.9%
G = 20.69%
B = 54.41%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41368E (or 0x41368E) is known color: Dark Slate Blue. HEX triplet: 41, 36 and 8E. RGB value is (65,54,142). Sum of RGB (Red+Green+Blue) = 65+54+142=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #41368E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41368E is #BEC971. Grayscale: #424242. Windows color (decimal): -12503410 or 9320001. OLE color: 9320001.

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

Color convert

RGB 65 54 142 -
CMYK 0.54 0.62 0 0.44
HSL 247.5º 0.45% 0.38% -
HSV(B) 247.5º 0.62% 0.56% -
XYZ 8.38 5.72 26.25 -
YUV 67.32 170.14 126.34 -
System Red Green Blue C M Y K H S L
Decimal 65 54 142 0.54 0.62 0 0.44 247.5 0.45 0.38
Hex 41 36 8E 36 3E 0 2C F8 2D 26
Octal 101 66 216 66 76 0 54 370 55 46
Binary 1000001 110110 10001110 110110 111110 0 101100 11111000 101101 100110

Color Harmonies of #41368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41368E

Black with #41368E

Text Example


Text Example

White with #41368E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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