#423E92

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

Shades of Dark Slate Blue #423E92

Tints of Dark Slate Blue #423E92

Color information

#423E92 (or 0x423E92) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3E and 92. RGB value is (66,62,146). Sum of RGB (Red+Green+Blue) = 66+62+146=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #423E92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E92 is #BDC16D. Grayscale: #484848. Windows color (decimal): -12435822 or 9584194. OLE color: 9584194.

HSL color Cylindrical-coordinate representation of color #423E92: hue angle of 242.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423E92 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6662146-
CMYK0.550.5800.43
HSL242.86º40.38%40.78%-
HSV(B)242.86º57.53%57.25%-
XYZ9.166.6828-
YUV72.77169.33123.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=24.09%
G=22.63%
B=53.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66621460.550.5800.43242.8640.3840.78
Hex423E92373A02Bf32829
Octal1027622267720533635051
Binary100001011111010010010110111111010010101111110011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423E92; }

 p { color: rgb(66,62,146); }

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

<style>
 a { background-color: #423E92; }

 a { background-color: rgb(66,62,146); }

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

<style>
 span { border-color: #423E92; }

 span { border-color: rgb(66,62,146); }

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