#433F96

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

Shades of Dark Slate Blue #433F96

Tints of Dark Slate Blue #433F96

Color information

#433F96 (or 0x433F96) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3F and 96. RGB value is (67,63,150). Sum of RGB (Red+Green+Blue) = 67+63+150=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #433F96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433F96 is #BCC069. Grayscale: #494949. Windows color (decimal): -12370026 or 9846595. OLE color: 9846595.

HSL color Cylindrical-coordinate representation of color #433F96: hue angle of 242.76º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #433F96 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6763150-
CMYK0.550.5800.41
HSL242.76º40.85%41.76%-
HSV(B)242.76º58%58.82%-
XYZ9.66.9529.69-
YUV74.11170.83122.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.93%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 150 (58.98% from 255) = 53.57%
R=23.93%
G=22.5%
B=53.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal67631500.550.5800.41242.7640.8541.76
Hex433F96373A029f3292a
Octal1037722667720513635152
Binary100001111111110010110110111111010010100111110011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433F96; }

 p { color: rgb(67,63,150); }

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

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

 a { background-color: rgb(67,63,150); }

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

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

 span { border-color: rgb(67,63,150); }

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