Html Css Color HEX #423B84 Dark Slate Blue

📋 copy color: '#423B84'

red 66 ◦ green 59 ◦ blue 132

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

Shades of Dark Slate Blue #423B84

Tints of Dark Slate Blue #423B84

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.96%

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

R = 25.68%
G = 22.96%
B = 51.36%

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

#423B84 (or 0x423B84) is known color: Dark Slate Blue. HEX triplet: 42, 3B and 84. RGB value is (66,59,132). Sum of RGB (Red+Green+Blue) = 66+59+132=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #423B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423B84 is #BDC47B. Grayscale: #454545. Windows color (decimal): -12436604 or 8665922. OLE color: 8665922.

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

Color convert

RGB 66 59 132 -
CMYK 0.5 0.55 0 0.48
HSL 245.75º 0.38% 0.37% -
HSV(B) 245.75º 0.55% 0.52% -
XYZ 7.98 5.95 22.56 -
YUV 69.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 66 59 132 0.5 0.55 0 0.48 245.75 0.38 0.37
Hex 42 3B 84 32 37 0 30 F6 26 25
Octal 102 73 204 62 67 0 60 366 46 45
Binary 1000010 111011 10000100 110010 110111 0 110000 11110110 100110 100101

Color Harmonies of #423B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B84

Black with #423B84

Text Example


Text Example

White with #423B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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