Html Css Color HEX #423490 Dark Slate Blue

📋 copy color: '#423490'

red 66 ◦ green 52 ◦ blue 144

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

Shades of Dark Slate Blue #423490

Tints of Dark Slate Blue #423490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 54.96%

R = 25.19%
G = 19.85%
B = 54.96%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#423490 (or 0x423490) is known color: Dark Slate Blue. HEX triplet: 42, 34 and 90. RGB value is (66,52,144). Sum of RGB (Red+Green+Blue) = 66+52+144=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 144 (56.64% from 255 or 54.96% from 262); Max value from RGB is 144 - color contains mainly: blue. Hex color #423490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423490 is #BDCB6F. Grayscale: #424242. Windows color (decimal): -12438384 or 9450562. OLE color: 9450562.

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

Color convert

RGB 66 52 144 -
CMYK 0.54 0.64 0 0.44
HSL 249.13º 0.47% 0.38% -
HSV(B) 249.13º 0.64% 0.56% -
XYZ 8.51 5.63 27.02 -
YUV 66.67 171.64 127.52 -
System Red Green Blue C M Y K H S L
Decimal 66 52 144 0.54 0.64 0 0.44 249.13 0.47 0.38
Hex 42 34 90 36 40 0 2C F9 2F 26
Octal 102 64 220 66 100 0 54 371 57 46
Binary 1000010 110100 10010000 110110 1000000 0 101100 11111001 101111 100110

Color Harmonies of #423490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423490

Black with #423490

Text Example


Text Example

White with #423490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423490; }

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

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

background-color css

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

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

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

border-color css

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

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

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