Html Css Color HEX #423886 Dark Slate Blue

📋 copy color: '#423886'

red 66 ◦ green 56 ◦ blue 134

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

Shades of Dark Slate Blue #423886

Tints of Dark Slate Blue #423886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

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

R = 25.78%
G = 21.88%
B = 52.34%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#423886 (or 0x423886) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 86. RGB value is (66,56,134). Sum of RGB (Red+Green+Blue) = 66+56+134=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #423886 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423886 is #BDC779. Grayscale: #434343. Windows color (decimal): -12437370 or 8796226. OLE color: 8796226.

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

Color convert

RGB 66 56 134 -
CMYK 0.51 0.58 0 0.47
HSL 247.69º 0.41% 0.37% -
HSV(B) 247.69º 0.58% 0.53% -
XYZ 7.96 5.71 23.24 -
YUV 67.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 66 56 134 0.51 0.58 0 0.47 247.69 0.41 0.37
Hex 42 38 86 33 3A 0 2F F8 29 25
Octal 102 70 206 63 72 0 57 370 51 45
Binary 1000010 111000 10000110 110011 111010 0 101111 11111000 101001 100101

Color Harmonies of #423886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423886

Black with #423886

Text Example


Text Example

White with #423886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423886; }

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

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

background-color css

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

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

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

border-color css

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

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

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