#433584

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

Shades of Dark Slate Blue #433584

Tints of Dark Slate Blue #433584

Color information

#433584 (or 0x433584) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 35 and 84. RGB value is (67,53,132). Sum of RGB (Red+Green+Blue) = 67+53+132=252 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.59% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 132 (51.95% from 255 or 52.38% from 252); Max value from RGB is 132 - color contains mainly: blue. Hex color #433584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433584 is #BCCA7B. Grayscale: #414141. Windows color (decimal): -12372604 or 8664387. OLE color: 8664387.

HSL color Cylindrical-coordinate representation of color #433584: hue angle of 250.63º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #433584 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6753132-
CMYK0.490.6000.48
HSL250.63º42.7%36.27%-
HSV(B)250.63º59.85%51.76%-
XYZ7.755.4122.46-
YUV66.19165.14128.58-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.59%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 132 (51.95% from 255) = 52.38%
R=26.59%
G=21.03%
B=52.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67531320.490.6000.48250.6342.736.27
Hex433584313C030fb2b24
Octal1036520461740603735344
Binary100001111010110000100110001111100011000011111011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433584; }

 p { color: rgb(67,53,132); }

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

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

 a { background-color: rgb(67,53,132); }

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

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

 span { border-color: rgb(67,53,132); }

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