Html Css Color HEX #423089 Dark Slate Blue

📋 copy color: '#423089'

red 66 ◦ green 48 ◦ blue 137

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

Shades of Dark Slate Blue #423089

Tints of Dark Slate Blue #423089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

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

R = 26.29%
G = 19.12%
B = 54.58%

CMYK

 C value IS 0.52

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#423089 (or 0x423089) is known color: Dark Slate Blue. HEX triplet: 42, 30 and 89. RGB value is (66,48,137). Sum of RGB (Red+Green+Blue) = 66+48+137=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #423089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423089 is #BDCF76. Grayscale: #3F3F3F. Windows color (decimal): -12439415 or 8990786. OLE color: 8990786.

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

Color convert

RGB 66 48 137 -
CMYK 0.52 0.65 0 0.46
HSL 252.13º 0.48% 0.36% -
HSV(B) 252.13º 0.65% 0.54% -
XYZ 7.82 5.08 24.24 -
YUV 63.53 169.46 129.76 -
System Red Green Blue C M Y K H S L
Decimal 66 48 137 0.52 0.65 0 0.46 252.13 0.48 0.36
Hex 42 30 89 34 41 0 2E FC 30 24
Octal 102 60 211 64 101 0 56 374 60 44
Binary 1000010 110000 10001001 110100 1000001 0 101110 11111100 110000 100100

Color Harmonies of #423089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423089

Black with #423089

Text Example


Text Example

White with #423089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423089; }

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

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

background-color css

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

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

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

border-color css

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

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

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