#433D84

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

Shades of Dark Slate Blue #433D84

Tints of Dark Slate Blue #433D84

Color information

#433D84 (or 0x433D84) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3D and 84. RGB value is (67,61,132). Sum of RGB (Red+Green+Blue) = 67+61+132=260 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.77% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #433D84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433D84 is #BCC27B. Grayscale: #464646. Windows color (decimal): -12370556 or 8666435. OLE color: 8666435.

HSL color Cylindrical-coordinate representation of color #433D84: hue angle of 245.07º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #433D84 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6761132-
CMYK0.490.5400.48
HSL245.07º36.79%37.84%-
HSV(B)245.07º53.79%51.76%-
XYZ8.156.222.6-
YUV70.89162.49125.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.77%
GREEN value IS 61 (24.22% from 255) = 23.46%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=25.77%
G=23.46%
B=50.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67611320.490.5400.48245.0736.7937.84
Hex433D843136030f52526
Octal1037520461660603654546
Binary100001111110110000100110001110110011000011110101100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,61,132); }

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

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

 a { background-color: rgb(67,61,132); }

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

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

 span { border-color: rgb(67,61,132); }

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