#433A8D

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

Shades of Dark Slate Blue #433A8D

Tints of Dark Slate Blue #433A8D

Color information

#433A8D (or 0x433A8D) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3A and 8D. RGB value is (67,58,141). Sum of RGB (Red+Green+Blue) = 67+58+141=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #433A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433A8D is #BCC572. Grayscale: #454545. Windows color (decimal): -12371315 or 9255491. OLE color: 9255491.

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

Color convert

RGB6758141-
CMYK0.520.5900.45
HSL246.51º41.71%39.02%-
HSV(B)246.51º58.87%55.29%-
XYZ8.646.1425.93-
YUV70.15167.98125.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.19%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=25.19%
G=21.80%
B=53.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67581410.520.5900.45246.5141.7139.02
Hex433A8D343B02Df72a27
Octal1037221564730553675247
Binary100001111101010001101110100111011010110111110111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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