#433A90

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

Shades of Dark Slate Blue #433A90

Tints of Dark Slate Blue #433A90

Color information

#433A90 (or 0x433A90) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3A and 90. RGB value is (67,58,144). Sum of RGB (Red+Green+Blue) = 67+58+144=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #433A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433A90 is #BCC56F. Grayscale: #464646. Windows color (decimal): -12371312 or 9452099. OLE color: 9452099.

HSL color Cylindrical-coordinate representation of color #433A90: hue angle of 246.28º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #433A90 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6758144-
CMYK0.530.6000.44
HSL246.28º42.57%39.61%-
HSV(B)246.28º59.72%56.47%-
XYZ8.866.2327.12-
YUV70.49169.48125.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.91%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 144 (56.64% from 255) = 53.53%
R=24.91%
G=21.56%
B=53.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67581440.530.6000.44246.2842.5739.61
Hex433A90353C02Cf62b28
Octal1037222065740543665350
Binary100001111101010010000110101111100010110011110110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,58,144); }

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

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

 a { background-color: rgb(67,58,144); }

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

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

 span { border-color: rgb(67,58,144); }

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