Html Css Color HEX #424491 Dark Slate Blue

📋 copy color: '#424491'

red 66 ◦ green 68 ◦ blue 145

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

Shades of Dark Slate Blue #424491

Tints of Dark Slate Blue #424491

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 145 (57.03% from 255) = 51.97%

R = 23.66%
G = 24.37%
B = 51.97%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424491 (or 0x424491) is known color: Dark Slate Blue. HEX triplet: 42, 44 and 91. RGB value is (66,68,145). Sum of RGB (Red+Green+Blue) = 66+68+145=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #424491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424491 is #BDBB6E. Grayscale: #4B4B4B. Windows color (decimal): -12434287 or 9520194. OLE color: 9520194.

HSL color Cylindrical-coordinate representation of color #424491: hue angle of 238.48º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #424491 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 68 145 -
CMYK 0.54 0.53 0 0.43
HSL 238.48º 0.37% 0.41% -
HSV(B) 238.48º 0.54% 0.57% -
XYZ 9.42 7.34 27.71 -
YUV 76.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 66 68 145 0.54 0.53 0 0.43 238.48 0.37 0.41
Hex 42 44 91 36 35 0 2B EE 25 29
Octal 102 104 221 66 65 0 53 356 45 51
Binary 1000010 1000100 10010001 110110 110101 0 101011 11101110 100101 101001

Color Harmonies of #424491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424491

Black with #424491

Text Example


Text Example

White with #424491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424491; }

 p { color: rgb(66,68,145); }

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

background-color css

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

 a { background-color: rgb(66,68,145); }

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

border-color css

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

 span { border-color: rgb(66,68,145); }

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