#423A83

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

Shades of Dark Slate Blue #423A83

Tints of Dark Slate Blue #423A83

Color information

#423A83 (or 0x423A83) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 3A and 83. RGB value is (66,58,131). Sum of RGB (Red+Green+Blue) = 66+58+131=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #423A83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423A83 is #BDC57C. Grayscale: #444444. Windows color (decimal): -12436861 or 8600130. OLE color: 8600130.

HSL color Cylindrical-coordinate representation of color #423A83: hue angle of 246.58º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #423A83 is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6658131-
CMYK0.500.5600.49
HSL246.58º38.62%37.06%-
HSV(B)246.58º55.73%51.37%-
XYZ7.865.8222.18-
YUV68.71163.15126.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.88%
GREEN value IS 58 (23.05% from 255) = 22.75%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=25.88%
G=22.75%
B=51.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66581310.500.5600.49246.5838.6237.06
Hex423A833238031f72725
Octal1027220362700613674745
Binary100001011101010000011110010111000011000111110111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,58,131); }

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

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

 a { background-color: rgb(66,58,131); }

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

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

 span { border-color: rgb(66,58,131); }

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