#433282

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

Shades of Dark Slate Blue #433282

Tints of Dark Slate Blue #433282

Color information

#433282 (or 0x433282) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 32 and 82. RGB value is (67,50,130). Sum of RGB (Red+Green+Blue) = 67+50+130=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #433282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433282 is #BCCD7D. Grayscale: #3F3F3F. Windows color (decimal): -12373374 or 8532547. OLE color: 8532547.

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

Color convert

RGB6750130-
CMYK0.480.6200.49
HSL252.75º44.44%35.29%-
HSV(B)252.75º61.54%50.98%-
XYZ7.485.0921.71-
YUV64.2165.13130-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 27.13%
GREEN value IS 50 (19.92% from 255) = 20.24%
BLUE value IS 130 (51.17% from 255) = 52.63%
R=27.13%
G=20.24%
B=52.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67501300.480.6200.49252.7544.4435.29
Hex433282303E031fd2c23
Octal1036220260760613755443
Binary100001111001010000010110000111110011000111111101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433282; }

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

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

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

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

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

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

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

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