#423F92

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

Shades of Dark Slate Blue #423F92

Tints of Dark Slate Blue #423F92

Color information

#423F92 (or 0x423F92) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3F and 92. RGB value is (66,63,146). Sum of RGB (Red+Green+Blue) = 66+63+146=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #423F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423F92 is #BDC06D. Grayscale: #494949. Windows color (decimal): -12435566 or 9584450. OLE color: 9584450.

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

Color convert

RGB6663146-
CMYK0.550.5700.43
HSL242.17º39.71%40.98%-
HSV(B)242.17º56.85%57.25%-
XYZ9.216.7928.02-
YUV73.36168.99122.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 63 (25% from 255) = 22.91%
BLUE value IS 146 (57.42% from 255) = 53.09%
R=24%
G=22.91%
B=53.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66631460.550.5700.43242.1739.7140.98
Hex423F92373902Bf22829
Octal1027722267710533625051
Binary100001011111110010010110111111001010101111110010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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