#434191

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

Shades of Dark Slate Blue #434191

Tints of Dark Slate Blue #434191

Color information

#434191 (or 0x434191) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 41 and 91. RGB value is (67,65,145). Sum of RGB (Red+Green+Blue) = 67+65+145=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #434191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434191 is #BCBE6E. Grayscale: #4A4A4A. Windows color (decimal): -12369519 or 9519427. OLE color: 9519427.

HSL color Cylindrical-coordinate representation of color #434191: hue angle of 241.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #434191 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6765145-
CMYK0.540.5500.43
HSL241.5º38.1%41.18%-
HSV(B)241.5º55.17%56.86%-
XYZ9.327.0227.65-
YUV74.72167.66122.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.19%
GREEN value IS 65 (25.78% from 255) = 23.47%
BLUE value IS 145 (57.03% from 255) = 52.35%
R=24.19%
G=23.47%
B=52.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67651450.540.5500.43241.538.141.18
Hex434191363702Bf22629
Octal10310122166670533624651
Binary1000011100000110010001110110110111010101111110010100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434191; }

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

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

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

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

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

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

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

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