Html Css Color HEX #423289 Dark Slate Blue

📋 copy color: '#423289'

red 66 ◦ green 50 ◦ blue 137

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

Shades of Dark Slate Blue #423289

Tints of Dark Slate Blue #423289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.76%

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

R = 26.09%
G = 19.76%
B = 54.15%

CMYK

 C value IS 0.52

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#423289 (or 0x423289) is known color: Dark Slate Blue. HEX triplet: 42, 32 and 89. RGB value is (66,50,137). Sum of RGB (Red+Green+Blue) = 66+50+137=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 137 (53.91% from 255 or 54.15% from 253); Max value from RGB is 137 - color contains mainly: blue. Hex color #423289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423289 is #BDCD76. Grayscale: #404040. Windows color (decimal): -12438903 or 8991298. OLE color: 8991298.

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

Color convert

RGB 66 50 137 -
CMYK 0.52 0.64 0 0.46
HSL 251.03º 0.47% 0.37% -
HSV(B) 251.03º 0.64% 0.54% -
XYZ 7.9 5.25 24.26 -
YUV 64.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 66 50 137 0.52 0.64 0 0.46 251.03 0.47 0.37
Hex 42 32 89 34 40 0 2E FB 2F 25
Octal 102 62 211 64 100 0 56 373 57 45
Binary 1000010 110010 10001001 110100 1000000 0 101110 11111011 101111 100101

Color Harmonies of #423289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423289

Black with #423289

Text Example


Text Example

White with #423289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423289; }

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

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

background-color css

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

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

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

border-color css

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

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

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