#43338A

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

Shades of Dark Slate Blue #43338A

Tints of Dark Slate Blue #43338A

Color information

#43338A (or 0x43338A) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 33 and 8A. RGB value is (67,51,138). Sum of RGB (Red+Green+Blue) = 67+51+138=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 51 (20.31% from 255 or 19.92% from 256); Blue value is 138 (54.30% from 255 or 53.91% from 256); Max value from RGB is 138 - color contains mainly: blue. Hex color #43338A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43338A is #BCCC75. Grayscale: #414141. Windows color (decimal): -12373110 or 9057091. OLE color: 9057091.

HSL color Cylindrical-coordinate representation of color #43338A: hue angle of 251.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43338A is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6751138-
CMYK0.510.6300.46
HSL251.03º46.03%37.06%-
HSV(B)251.03º63.04%54.12%-
XYZ8.095.424.66-
YUV65.7168.8128.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 51 (20.31% from 255) = 19.92%
BLUE value IS 138 (54.30% from 255) = 53.91%
R=26.17%
G=19.92%
B=53.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67511380.510.6300.46251.0346.0337.06
Hex43338A333F02Efb2e25
Octal1036321263770563735645
Binary100001111001110001010110011111111010111011111011101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43338A; }

 p { color: rgb(67,51,138); }

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

<style>
 a { background-color: #43338A; }

 a { background-color: rgb(67,51,138); }

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

<style>
 span { border-color: #43338A; }

 span { border-color: rgb(67,51,138); }

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