Html Css Color HEX #423786 Dark Slate Blue

📋 copy color: '#423786'

red 66 ◦ green 55 ◦ blue 134

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

Shades of Dark Slate Blue #423786

Tints of Dark Slate Blue #423786

RGB

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

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

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

R = 25.88%
G = 21.57%
B = 52.55%

CMYK

 C value IS 0.51

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#423786 (or 0x423786) is known color: Dark Slate Blue. HEX triplet: 42, 37 and 86. RGB value is (66,55,134). Sum of RGB (Red+Green+Blue) = 66+55+134=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 55 (21.88% from 255 or 21.57% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #423786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423786 is #BDC879. Grayscale: #424242. Windows color (decimal): -12437626 or 8795970. OLE color: 8795970.

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

Color convert

RGB 66 55 134 -
CMYK 0.51 0.59 0 0.47
HSL 248.35º 0.42% 0.37% -
HSV(B) 248.35º 0.59% 0.53% -
XYZ 7.92 5.61 23.22 -
YUV 67.3 165.64 127.08 -
System Red Green Blue C M Y K H S L
Decimal 66 55 134 0.51 0.59 0 0.47 248.35 0.42 0.37
Hex 42 37 86 33 3B 0 2F F8 2A 25
Octal 102 67 206 63 73 0 57 370 52 45
Binary 1000010 110111 10000110 110011 111011 0 101111 11111000 101010 100101

Color Harmonies of #423786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423786

Black with #423786

Text Example


Text Example

White with #423786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423786; }

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

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

background-color css

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

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

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

border-color css

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

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

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