#4341A0

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

Shades of Dark Slate Blue #4341A0

Tints of Dark Slate Blue #4341A0

Color information

#4341A0 (or 0x4341A0) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 41 and A0. RGB value is (67,65,160). Sum of RGB (Red+Green+Blue) = 67+65+160=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 160 (62.89% from 255 or 54.79% from 292); Max value from RGB is 160 - color contains mainly: blue. Hex color #4341A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4341A0 is #BCBE5F. Grayscale: #4C4C4C. Windows color (decimal): -12369504 or 10502467. OLE color: 10502467.

HSL color Cylindrical-coordinate representation of color #4341A0: hue angle of 241.26º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4341A0 is Cyan = 0.58, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6765160-
CMYK0.580.5900.37
HSL241.26º42.22%44.12%-
HSV(B)241.26º59.38%62.75%-
XYZ10.557.5134.15-
YUV76.43175.16121.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.95%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 160 (62.89% from 255) = 54.79%
R=22.95%
G=22.26%
B=54.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal67651600.580.5900.37241.2642.2244.12
Hex4341A03A3B025f12a2c
Octal10310124072730453615254
Binary1000011100000110100000111010111011010010111110001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4341A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4341A0; }

 p { color: rgb(67,65,160); }

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

<style>
 a { background-color: #4341A0; }

 a { background-color: rgb(67,65,160); }

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

<style>
 span { border-color: #4341A0; }

 span { border-color: rgb(67,65,160); }

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