Html Css Color HEX #423C84 Dark Slate Blue

📋 copy color: '#423C84'

red 66 ◦ green 60 ◦ blue 132

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

Shades of Dark Slate Blue #423C84

Tints of Dark Slate Blue #423C84

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.26%

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

R = 25.58%
G = 23.26%
B = 51.16%

CMYK

 C value IS 0.5

 M value IS 0.55

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#423C84 (or 0x423C84) is known color: Dark Slate Blue. HEX triplet: 42, 3C and 84. RGB value is (66,60,132). Sum of RGB (Red+Green+Blue) = 66+60+132=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #423C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C84 is #BDC37B. Grayscale: #454545. Windows color (decimal): -12436348 or 8666178. OLE color: 8666178.

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

Color convert

RGB 66 60 132 -
CMYK 0.5 0.55 0 0.48
HSL 245º 0.38% 0.38% -
HSV(B) 245º 0.55% 0.52% -
XYZ 8.03 6.06 22.58 -
YUV 70 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 66 60 132 0.5 0.55 0 0.48 245 0.38 0.38
Hex 42 3C 84 32 37 0 30 F5 26 26
Octal 102 74 204 62 67 0 60 365 46 46
Binary 1000010 111100 10000100 110010 110111 0 110000 11110101 100110 100110

Color Harmonies of #423C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C84

Black with #423C84

Text Example


Text Example

White with #423C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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