Html Css Color HEX #423184 Dark Slate Blue

📋 copy color: '#423184'

red 66 ◦ green 49 ◦ blue 132

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

Shades of Dark Slate Blue #423184

Tints of Dark Slate Blue #423184

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

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

R = 26.72%
G = 19.84%
B = 53.44%

CMYK

 C value IS 0.5

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#423184 (or 0x423184) is known color: Dark Slate Blue. HEX triplet: 42, 31 and 84. RGB value is (66,49,132). Sum of RGB (Red+Green+Blue) = 66+49+132=247 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.72% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #423184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423184 is #BDCE7B. Grayscale: #3F3F3F. Windows color (decimal): -12439164 or 8663362. OLE color: 8663362.

HSL color Cylindrical-coordinate representation of color #423184: hue angle of 252.29º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423184 is Cyan = 0.5, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 49 132 -
CMYK 0.5 0.63 0 0.48
HSL 252.29º 0.46% 0.35% -
HSV(B) 252.29º 0.63% 0.52% -
XYZ 7.51 5.02 22.4 -
YUV 63.55 166.63 129.75 -
System Red Green Blue C M Y K H S L
Decimal 66 49 132 0.5 0.63 0 0.48 252.29 0.46 0.35
Hex 42 31 84 32 3F 0 30 FC 2E 23
Octal 102 61 204 62 77 0 60 374 56 43
Binary 1000010 110001 10000100 110010 111111 0 110000 11111100 101110 100011

Color Harmonies of #423184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423184

Black with #423184

Text Example


Text Example

White with #423184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423184; }

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

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

background-color css

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

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

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

border-color css

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

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

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