#433A92

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

Shades of Dark Slate Blue #433A92

Tints of Dark Slate Blue #433A92

Color information

#433A92 (or 0x433A92) is unknown color: approx Dark Slate Blue. HEX triplet: 43, 3A and 92. RGB value is (67,58,146). Sum of RGB (Red+Green+Blue) = 67+58+146=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 58 (23.05% from 255 or 21.40% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #433A92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433A92 is #BCC56D. Grayscale: #464646. Windows color (decimal): -12371310 or 9583171. OLE color: 9583171.

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

Color convert

RGB6758146-
CMYK0.540.6000.43
HSL246.14º43.14%40%-
HSV(B)246.14º60.27%57.25%-
XYZ9.026.2927.93-
YUV70.72170.48125.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.72%
GREEN value IS 58 (23.05% from 255) = 21.40%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=24.72%
G=21.40%
B=53.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67581460.540.6000.43246.1443.1440
Hex433A92363C02Bf62b28
Octal1037222266740533665350
Binary100001111101010010010110110111100010101111110110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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