#434193

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

Shades of Dark Slate Blue #434193

Tints of Dark Slate Blue #434193

Color information

#434193 (or 0x434193) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 41 and 93. RGB value is (67,65,147). Sum of RGB (Red+Green+Blue) = 67+65+147=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #434193 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434193 is #BCBE6C. Grayscale: #4A4A4A. Windows color (decimal): -12369517 or 9650499. OLE color: 9650499.

HSL color Cylindrical-coordinate representation of color #434193: hue angle of 241.46º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #434193 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6765147-
CMYK0.540.5600.42
HSL241.46º38.68%41.57%-
HSV(B)241.46º55.78%57.65%-
XYZ9.477.0828.47-
YUV74.95168.66122.33-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.01%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=24.01%
G=23.30%
B=52.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67651470.540.5600.42241.4638.6841.57
Hex434193363802Af1272a
Octal10310122366700523614752
Binary1000011100000110010011110110111000010101011110001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434193; }

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

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

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

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

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

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

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

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