#3A419E

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

Shades of Dark Slate Blue #3A419E

Tints of Dark Slate Blue #3A419E

Color information

#3A419E (or 0x3A419E) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 41 and 9E. RGB value is (58,65,158). Sum of RGB (Red+Green+Blue) = 58+65+158=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A419E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A419E is #C5BE61. Grayscale: #494949. Windows color (decimal): -12959330 or 10371386. OLE color: 10371386.

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

Color convert

RGB5865158-
CMYK0.630.5900.38
HSL235.8º46.3%42.35%-
HSV(B)235.8º63.29%61.96%-
XYZ9.817.1533.21-
YUV73.51175.68116.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 158 (62.11% from 255) = 56.23%
R=20.64%
G=23.13%
B=56.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58651580.630.5900.38235.846.342.35
Hex3A419E3F3B026ec2e2a
Octal7210123677730463545652
Binary111010100000110011110111111111011010011011101100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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