#433284

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

Shades of Dark Slate Blue #433284

Tints of Dark Slate Blue #433284

Color information

#433284 (or 0x433284) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 32 and 84. RGB value is (67,50,132). Sum of RGB (Red+Green+Blue) = 67+50+132=249 (32% of max value = 765). Red value is 67 (26.56% from 255 or 26.91% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 132 (51.95% from 255 or 53.01% from 249); Max value from RGB is 132 - color contains mainly: blue. Hex color #433284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433284 is #BCCD7B. Grayscale: #404040. Windows color (decimal): -12373372 or 8663619. OLE color: 8663619.

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

Color convert

RGB6750132-
CMYK0.490.6200.48
HSL252.44º45.05%35.69%-
HSV(B)252.44º62.12%51.76%-
XYZ7.625.1422.42-
YUV64.43166.13129.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.91%
GREEN value IS 50 (19.92% from 255) = 20.08%
BLUE value IS 132 (51.95% from 255) = 53.01%
R=26.91%
G=20.08%
B=53.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67501320.490.6200.48252.4445.0535.69
Hex433284313E030fc2d24
Octal1036220461760603745544
Binary100001111001010000100110001111110011000011111100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433284; }

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

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

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

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

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

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

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

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