#433490

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

Shades of Dark Slate Blue #433490

Tints of Dark Slate Blue #433490

Color information

#433490 (or 0x433490) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 34 and 90. RGB value is (67,52,144). Sum of RGB (Red+Green+Blue) = 67+52+144=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #433490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433490 is #BCCB6F. Grayscale: #424242. Windows color (decimal): -12372848 or 9450563. OLE color: 9450563.

HSL color Cylindrical-coordinate representation of color #433490: hue angle of 249.78º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #433490 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6752144-
CMYK0.530.6400.44
HSL249.78º46.94%38.43%-
HSV(B)249.78º63.89%56.47%-
XYZ8.585.6627.03-
YUV66.97171.47128.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.48%
GREEN value IS 52 (20.70% from 255) = 19.77%
BLUE value IS 144 (56.64% from 255) = 54.75%
R=25.48%
G=19.77%
B=54.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67521440.530.6400.44249.7846.9438.43
Hex433490354002Cfa2f26
Octal10364220651000543725746
Binary1000011110100100100001101011000000010110011111010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433490; }

 p { color: rgb(67,52,144); }

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

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

 a { background-color: rgb(67,52,144); }

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

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

 span { border-color: rgb(67,52,144); }

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