#3C419D

Color #3C419D Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #3C419D

Tints of Dark Slate Blue #3C419D

Color information

#3C419D (or 0x3C419D) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 41 and 9D. RGB value is (60,65,157). Sum of RGB (Red+Green+Blue) = 60+65+157=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C419D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C419D is #C3BE62. Grayscale: #494949. Windows color (decimal): -12828259 or 10305852. OLE color: 10305852.

HSL color Cylindrical-coordinate representation of color #3C419D: hue angle of 236.91º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C419D is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6065157-
CMYK0.620.5900.38
HSL236.91º44.7%42.55%-
HSV(B)236.91º61.78%61.57%-
XYZ9.847.1832.76-
YUV73.99174.84118.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.28%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=21.28%
G=23.05%
B=55.67%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal60651570.620.5900.38236.9144.742.55
Hex3C419D3E3B026ed2d2b
Octal7410123576730463555553
Binary111100100000110011101111110111011010011011101101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C419D; }

 p { color: rgb(60,65,157); }

 H1.HeaderClassName
 {
   color: #3C419D;
 }
 .AnyTagClassName
 {
   color: #3C419D;
 }
</style>
background-color css

<style>
 a { background-color: #3C419D; }

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

 div.DivClassName
 {
   background-color: #3C419D;
 }
 .BgClassName
 {
   background-color: #3C419D;
 }
</style>
border-color css

<style>
 span { border-color: #3C419D; }

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

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