Html Css Color HEX #423680 Dark Slate Blue

📋 copy color: '#423680'

red 66 ◦ green 54 ◦ blue 128

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

Shades of Dark Slate Blue #423680

Tints of Dark Slate Blue #423680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.77%

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

R = 26.61%
G = 21.77%
B = 51.61%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#423680 (or 0x423680) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 80. RGB value is (66,54,128). Sum of RGB (Red+Green+Blue) = 66+54+128=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #423680 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423680 is #BDC97F. Grayscale: #414141. Windows color (decimal): -12437888 or 8402498. OLE color: 8402498.

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

Color convert

RGB 66 54 128 -
CMYK 0.48 0.58 0 0.50
HSL 249.73º 0.41% 0.36% -
HSV(B) 249.73º 0.58% 0.5% -
XYZ 7.46 5.36 21.06 -
YUV 66.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 66 54 128 0.48 0.58 0 0.50 249.73 0.41 0.36
Hex 42 36 80 30 3A 0 32 FA 29 24
Octal 102 66 200 60 72 0 62 372 51 44
Binary 1000010 110110 10000000 110000 111010 0 110010 11111010 101001 100100

Color Harmonies of #423680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423680

Black with #423680

Text Example


Text Example

White with #423680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423680; }

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

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

background-color css

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

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

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

border-color css

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

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

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