#423481

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

Shades of Dark Slate Blue #423481

Tints of Dark Slate Blue #423481

Color information

#423481 (or 0x423481) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 34 and 81. RGB value is (66,52,129). Sum of RGB (Red+Green+Blue) = 66+52+129=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #423481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423481 is #BDCB7E. Grayscale: #404040. Windows color (decimal): -12438399 or 8467522. OLE color: 8467522.

HSL color Cylindrical-coordinate representation of color #423481: hue angle of 250.91º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423481 is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6652129-
CMYK0.490.6000.49
HSL250.91º42.54%35.49%-
HSV(B)250.91º59.69%50.59%-
XYZ7.445.221.38-
YUV64.96164.14128.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.72%
GREEN value IS 52 (20.70% from 255) = 21.05%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=26.72%
G=21.05%
B=52.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66521290.490.6000.49250.9142.5435.49
Hex423481313C031fb2b23
Octal1026420161740613735343
Binary100001011010010000001110001111100011000111111011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423481; }

 p { color: rgb(66,52,129); }

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

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

 a { background-color: rgb(66,52,129); }

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

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

 span { border-color: rgb(66,52,129); }

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