Html Css Color HEX #423C90 Dark Slate Blue

📋 copy color: '#423C90'

red 66 ◦ green 60 ◦ blue 144

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

Shades of Dark Slate Blue #423C90

Tints of Dark Slate Blue #423C90

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

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

R = 24.44%
G = 22.22%
B = 53.33%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#423C90 (or 0x423C90) is known color: Dark Slate Blue. HEX triplet: 42, 3C and 90. RGB value is (66,60,144). Sum of RGB (Red+Green+Blue) = 66+60+144=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #423C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C90 is #BDC36F. Grayscale: #474747. Windows color (decimal): -12436336 or 9452610. OLE color: 9452610.

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

Color convert

RGB 66 60 144 -
CMYK 0.54 0.58 0 0.44
HSL 244.29º 0.41% 0.4% -
HSV(B) 244.29º 0.58% 0.56% -
XYZ 8.9 6.4 27.15 -
YUV 71.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 66 60 144 0.54 0.58 0 0.44 244.29 0.41 0.4
Hex 42 3C 90 36 3A 0 2C F4 29 28
Octal 102 74 220 66 72 0 54 364 51 50
Binary 1000010 111100 10010000 110110 111010 0 101100 11110100 101001 101000

Color Harmonies of #423C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C90

Black with #423C90

Text Example


Text Example

White with #423C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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