#433F94

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

Shades of Dark Slate Blue #433F94

Tints of Dark Slate Blue #433F94

Color information

#433F94 (or 0x433F94) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3F and 94. RGB value is (67,63,148). Sum of RGB (Red+Green+Blue) = 67+63+148=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #433F94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433F94 is #BCC06B. Grayscale: #494949. Windows color (decimal): -12370028 or 9715523. OLE color: 9715523.

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

Color convert

RGB6763148-
CMYK0.550.5700.42
HSL242.82º40.28%41.37%-
HSV(B)242.82º57.43%58.04%-
XYZ9.446.8928.85-
YUV73.89169.83123.09-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 63 (25% from 255) = 22.66%
BLUE value IS 148 (58.20% from 255) = 53.24%
R=24.10%
G=22.66%
B=53.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67631480.550.5700.42242.8240.2841.37
Hex433F94373902Af32829
Octal1037722467710523635051
Binary100001111111110010100110111111001010101011110011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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