Html Css Color HEX #423890 Dark Slate Blue

📋 copy color: '#423890'

red 66 ◦ green 56 ◦ blue 144

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

Shades of Dark Slate Blue #423890

Tints of Dark Slate Blue #423890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

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

R = 24.81%
G = 21.05%
B = 54.14%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#423890 (or 0x423890) is known color: Dark Slate Blue. HEX triplet: 42, 38 and 90. RGB value is (66,56,144). Sum of RGB (Red+Green+Blue) = 66+56+144=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 144 (56.64% from 255 or 54.14% from 266); Max value from RGB is 144 - color contains mainly: blue. Hex color #423890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423890 is #BDC76F. Grayscale: #444444. Windows color (decimal): -12437360 or 9451586. OLE color: 9451586.

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

Color convert

RGB 66 56 144 -
CMYK 0.54 0.61 0 0.44
HSL 246.82º 0.44% 0.39% -
HSV(B) 246.82º 0.61% 0.56% -
XYZ 8.69 6 27.09 -
YUV 69.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 66 56 144 0.54 0.61 0 0.44 246.82 0.44 0.39
Hex 42 38 90 36 3D 0 2C F7 2C 27
Octal 102 70 220 66 75 0 54 367 54 47
Binary 1000010 111000 10010000 110110 111101 0 101100 11110111 101100 100111

Color Harmonies of #423890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423890

Black with #423890

Text Example


Text Example

White with #423890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423890; }

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

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

background-color css

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

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

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

border-color css

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

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

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