Html Css Color HEX #423980 Dark Slate Blue

📋 copy color: '#423980'

red 66 ◦ green 57 ◦ blue 128

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

Shades of Dark Slate Blue #423980

Tints of Dark Slate Blue #423980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

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

R = 26.29%
G = 22.71%
B = 51%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#423980 (or 0x423980) is known color: Dark Slate Blue. HEX triplet: 42, 39 and 80. RGB value is (66,57,128). Sum of RGB (Red+Green+Blue) = 66+57+128=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 128 (50.39% from 255 or 51.00% from 251); Max value from RGB is 128 - color contains mainly: blue. Hex color #423980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423980 is #BDC67F. Grayscale: #434343. Windows color (decimal): -12437120 or 8403266. OLE color: 8403266.

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

Color convert

RGB 66 57 128 -
CMYK 0.48 0.55 0 0.50
HSL 247.61º 0.38% 0.36% -
HSV(B) 247.61º 0.55% 0.5% -
XYZ 7.61 5.64 21.11 -
YUV 67.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 66 57 128 0.48 0.55 0 0.50 247.61 0.38 0.36
Hex 42 39 80 30 37 0 32 F8 26 24
Octal 102 71 200 60 67 0 62 370 46 44
Binary 1000010 111001 10000000 110000 110111 0 110010 11111000 100110 100100

Color Harmonies of #423980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423980

Black with #423980

Text Example


Text Example

White with #423980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423980; }

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

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

background-color css

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

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

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

border-color css

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

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

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