#423692

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

Shades of Dark Slate Blue #423692

Tints of Dark Slate Blue #423692

Color information

#423692 (or 0x423692) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 36 and 92. RGB value is (66,54,146). Sum of RGB (Red+Green+Blue) = 66+54+146=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #423692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423692 is #BDC96D. Grayscale: #434343. Windows color (decimal): -12437870 or 9582146. OLE color: 9582146.

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

Color convert

RGB6654146-
CMYK0.550.6300.43
HSL247.83º46%39.22%-
HSV(B)247.83º63.01%57.25%-
XYZ8.755.8727.87-
YUV68.08171.98126.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 146 (57.42% from 255) = 54.89%
R=24.81%
G=20.30%
B=54.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66541460.550.6300.43247.834639.22
Hex423692373F02Bf82e27
Octal1026622267770533705647
Binary100001011011010010010110111111111010101111111000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423692; }

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

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

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

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

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

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

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

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