Html Css Color HEX #423086 Dark Slate Blue

📋 copy color: '#423086'

red 66 ◦ green 48 ◦ blue 134

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

Shades of Dark Slate Blue #423086

Tints of Dark Slate Blue #423086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.35%

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 26.61%
G = 19.35%
B = 54.03%

CMYK

 C value IS 0.51

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#423086 (or 0x423086) is known color: Dark Slate Blue. HEX triplet: 42, 30 and 86. RGB value is (66,48,134). Sum of RGB (Red+Green+Blue) = 66+48+134=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #423086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423086 is #BDCF79. Grayscale: #3E3E3E. Windows color (decimal): -12439418 or 8794178. OLE color: 8794178.

HSL color Cylindrical-coordinate representation of color #423086: hue angle of 252.56º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #423086 is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 66 48 134 -
CMYK 0.51 0.64 0 0.47
HSL 252.56º 0.47% 0.36% -
HSV(B) 252.56º 0.64% 0.53% -
XYZ 7.61 4.99 23.12 -
YUV 63.19 167.96 130.01 -
System Red Green Blue C M Y K H S L
Decimal 66 48 134 0.51 0.64 0 0.47 252.56 0.47 0.36
Hex 42 30 86 33 40 0 2F FD 2F 24
Octal 102 60 206 63 100 0 57 375 57 44
Binary 1000010 110000 10000110 110011 1000000 0 101111 11111101 101111 100100

Color Harmonies of #423086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423086

Black with #423086

Text Example


Text Example

White with #423086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423086; }

 p { color: rgb(66,48,134); }

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

background-color css

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

 a { background-color: rgb(66,48,134); }

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

border-color css

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

 span { border-color: rgb(66,48,134); }

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