Html Css Color HEX #423780 Dark Slate Blue

📋 copy color: '#423780'

red 66 ◦ green 55 ◦ blue 128

#423780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #423780

Tints of Dark Slate Blue #423780

RGB

 RED value IS 66 (26.17% from 255) = 26.51%

 GREEN value IS 55 (21.88% from 255) = 22.09%

 BLUE value IS 128 (50.39% from 255) = 51.41%

R = 26.51%
G = 22.09%
B = 51.41%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#423780 (or 0x423780) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 80. RGB value is (66,55,128). Sum of RGB (Red+Green+Blue) = 66+55+128=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 55 (21.88% from 255 or 22.09% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #423780 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423780 is #BDC87F. Grayscale: #424242. Windows color (decimal): -12437632 or 8402754. OLE color: 8402754.

HSL color Cylindrical-coordinate representation of color #423780: hue angle of 249.04º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423780 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 66 55 128 -
CMYK 0.48 0.57 0 0.50
HSL 249.04º 0.4% 0.36% -
HSV(B) 249.04º 0.57% 0.5% -
XYZ 7.51 5.45 21.08 -
YUV 66.61 162.64 127.56 -
System Red Green Blue C M Y K H S L
Decimal 66 55 128 0.48 0.57 0 0.50 249.04 0.4 0.36
Hex 42 37 80 30 39 0 32 F9 28 24
Octal 102 67 200 60 71 0 62 371 50 44
Binary 1000010 110111 10000000 110000 111001 0 110010 11111001 101000 100100

Color Harmonies of #423780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423780

Black with #423780

Text Example


Text Example

White with #423780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423780; }

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

 H1.HeaderClassName
 {
   color: #423780;
 }
 .AnyTagClassName
 {
   color: #423780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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