Html Css Color HEX #423584 Dark Slate Blue

📋 copy color: '#423584'

red 66 ◦ green 53 ◦ blue 132

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

Shades of Dark Slate Blue #423584

Tints of Dark Slate Blue #423584

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 26.29%
G = 21.12%
B = 52.59%

CMYK

 C value IS 0.5

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#423584 (or 0x423584) is known color: Dark Slate Blue. HEX triplet: 42, 35 and 84. RGB value is (66,53,132). Sum of RGB (Red+Green+Blue) = 66+53+132=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #423584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423584 is #BDCA7B. Grayscale: #414141. Windows color (decimal): -12438140 or 8664386. OLE color: 8664386.

HSL color Cylindrical-coordinate representation of color #423584: hue angle of 249.87º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423584 is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 53 132 -
CMYK 0.5 0.60 0 0.48
HSL 249.87º 0.43% 0.36% -
HSV(B) 249.87º 0.6% 0.52% -
XYZ 7.68 5.37 22.46 -
YUV 65.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 66 53 132 0.5 0.60 0 0.48 249.87 0.43 0.36
Hex 42 35 84 32 3C 0 30 FA 2B 24
Octal 102 65 204 62 74 0 60 372 53 44
Binary 1000010 110101 10000100 110010 111100 0 110000 11111010 101011 100100

Color Harmonies of #423584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423584

Black with #423584

Text Example


Text Example

White with #423584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423584; }

 p { color: rgb(66,53,132); }

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

background-color css

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

 a { background-color: rgb(66,53,132); }

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

border-color css

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

 span { border-color: rgb(66,53,132); }

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