Html Css Color HEX #423A90 Dark Slate Blue

📋 copy color: '#423A90'

red 66 ◦ green 58 ◦ blue 144

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

Shades of Dark Slate Blue #423A90

Tints of Dark Slate Blue #423A90

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.64%

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

R = 24.63%
G = 21.64%
B = 53.73%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#423A90 (or 0x423A90) is known color: Dark Slate Blue. HEX triplet: 42, 3A and 90. RGB value is (66,58,144). Sum of RGB (Red+Green+Blue) = 66+58+144=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 144 (56.64% from 255 or 53.73% from 268); Max value from RGB is 144 - color contains mainly: blue. Hex color #423A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423A90 is #BDC56F. Grayscale: #454545. Windows color (decimal): -12436848 or 9452098. OLE color: 9452098.

HSL color Cylindrical-coordinate representation of color #423A90: hue angle of 245.58º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423A90 is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 58 144 -
CMYK 0.54 0.60 0 0.44
HSL 245.58º 0.43% 0.4% -
HSV(B) 245.58º 0.6% 0.56% -
XYZ 8.79 6.2 27.12 -
YUV 70.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 66 58 144 0.54 0.60 0 0.44 245.58 0.43 0.4
Hex 42 3A 90 36 3C 0 2C F6 2B 28
Octal 102 72 220 66 74 0 54 366 53 50
Binary 1000010 111010 10010000 110110 111100 0 101100 11110110 101011 101000

Color Harmonies of #423A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A90

Black with #423A90

Text Example


Text Example

White with #423A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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