#423784

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

Shades of Dark Slate Blue #423784

Tints of Dark Slate Blue #423784

Color information

#423784 (or 0x423784) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 37 and 84. RGB value is (66,55,132). Sum of RGB (Red+Green+Blue) = 66+55+132=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #423784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423784 is #BDC87B. Grayscale: #424242. Windows color (decimal): -12437628 or 8664898. OLE color: 8664898.

HSL color Cylindrical-coordinate representation of color #423784: hue angle of 248.57º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423784 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6655132-
CMYK0.50.5800.48
HSL248.57º41.18%36.67%-
HSV(B)248.57º58.33%51.76%-
XYZ7.785.5622.49-
YUV67.07164.64127.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=26.09%
G=21.74%
B=52.17%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66551320.50.5800.48248.5741.1836.67
Hex423784323A030f92925
Octal1026720462720603715145
Binary100001011011110000100110010111010011000011111001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423784; }

 p { color: rgb(66,55,132); }

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

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

 a { background-color: rgb(66,55,132); }

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

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

 span { border-color: rgb(66,55,132); }

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