#433C95

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

Shades of Dark Slate Blue #433C95

Tints of Dark Slate Blue #433C95

Color information

#433C95 (or 0x433C95) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3C and 95. RGB value is (67,60,149). Sum of RGB (Red+Green+Blue) = 67+60+149=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #433C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433C95 is #BCC36A. Grayscale: #474747. Windows color (decimal): -12370795 or 9780291. OLE color: 9780291.

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

Color convert

RGB6760149-
CMYK0.550.6000.42
HSL244.72º42.58%40.98%-
HSV(B)244.72º59.73%58.43%-
XYZ9.366.5929.21-
YUV72.24171.32124.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.28%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=24.28%
G=21.74%
B=53.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal67601490.550.6000.42244.7242.5840.98
Hex433C95373C02Af52b29
Octal1037422567740523655351
Binary100001111110010010101110111111100010101011110101101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,60,149); }

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

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

 a { background-color: rgb(67,60,149); }

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

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

 span { border-color: rgb(67,60,149); }

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