Html Css Color HEX #423489 Dark Slate Blue

📋 copy color: '#423489'

red 66 ◦ green 52 ◦ blue 137

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

Shades of Dark Slate Blue #423489

Tints of Dark Slate Blue #423489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 137 (53.91% from 255) = 53.73%

R = 25.88%
G = 20.39%
B = 53.73%

CMYK

 C value IS 0.52

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#423489 (or 0x423489) is known color: Dark Slate Blue. HEX triplet: 42, 34 and 89. RGB value is (66,52,137). Sum of RGB (Red+Green+Blue) = 66+52+137=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 137 (53.91% from 255 or 53.73% from 255); Max value from RGB is 137 - color contains mainly: blue. Hex color #423489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423489 is #BDCB76. Grayscale: #414141. Windows color (decimal): -12438391 or 8991810. OLE color: 8991810.

HSL color Cylindrical-coordinate representation of color #423489: hue angle of 249.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #423489 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 52 137 -
CMYK 0.52 0.62 0 0.46
HSL 249.88º 0.45% 0.37% -
HSV(B) 249.88º 0.62% 0.54% -
XYZ 7.99 5.42 24.29 -
YUV 65.88 168.14 128.09 -
System Red Green Blue C M Y K H S L
Decimal 66 52 137 0.52 0.62 0 0.46 249.88 0.45 0.37
Hex 42 34 89 34 3E 0 2E FA 2D 25
Octal 102 64 211 64 76 0 56 372 55 45
Binary 1000010 110100 10001001 110100 111110 0 101110 11111010 101101 100101

Color Harmonies of #423489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423489

Black with #423489

Text Example


Text Example

White with #423489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423489; }

 p { color: rgb(66,52,137); }

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

background-color css

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

 a { background-color: rgb(66,52,137); }

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

border-color css

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

 span { border-color: rgb(66,52,137); }

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