#3A419F

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

Shades of Dark Slate Blue #3A419F

Tints of Dark Slate Blue #3A419F

Color information

#3A419F (or 0x3A419F) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 41 and 9F. RGB value is (58,65,159). Sum of RGB (Red+Green+Blue) = 58+65+159=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A419F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A419F is #C5BE60. Grayscale: #494949. Windows color (decimal): -12959329 or 10436922. OLE color: 10436922.

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

Color convert

RGB5865159-
CMYK0.640.5900.38
HSL235.84º46.54%42.55%-
HSV(B)235.84º63.52%62.35%-
XYZ9.897.1833.67-
YUV73.62176.18116.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.57%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=20.57%
G=23.05%
B=56.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58651590.640.5900.38235.8446.5442.55
Hex3A419F403B026ec2f2b
Octal72101237100730463545753
Binary1110101000001100111111000000111011010011011101100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A419F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,65,159); }

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

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

 a { background-color: rgb(58,65,159); }

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

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

 span { border-color: rgb(58,65,159); }

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