#433A8B

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

Shades of Dark Slate Blue #433A8B

Tints of Dark Slate Blue #433A8B

Color information

#433A8B (or 0x433A8B) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3A and 8B. RGB value is (67,58,139). Sum of RGB (Red+Green+Blue) = 67+58+139=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #433A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433A8B is #BCC574. Grayscale: #454545. Windows color (decimal): -12371317 or 9124419. OLE color: 9124419.

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

Color convert

RGB6758139-
CMYK0.520.5800.45
HSL246.67º41.12%38.63%-
HSV(B)246.67º58.27%54.51%-
XYZ8.496.0825.15-
YUV69.92166.98125.91-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.38%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=25.38%
G=21.97%
B=52.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67581390.520.5800.45246.6741.1238.63
Hex433A8B343A02Df72927
Octal1037221364720553675147
Binary100001111101010001011110100111010010110111110111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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