Html Css Color HEX #424791 Dark Slate Blue

📋 copy color: '#424791'

red 66 ◦ green 71 ◦ blue 145

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

Shades of Dark Slate Blue #424791

Tints of Dark Slate Blue #424791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.18%

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

R = 23.4%
G = 25.18%
B = 51.42%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424791 (or 0x424791) is known color: Dark Slate Blue. HEX triplet: 42, 47 and 91. RGB value is (66,71,145). Sum of RGB (Red+Green+Blue) = 66+71+145=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 145 (57.03% from 255 or 51.42% from 282); Max value from RGB is 145 - color contains mainly: blue. Hex color #424791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424791 is #BDB86E. Grayscale: #4D4D4D. Windows color (decimal): -12433519 or 9520962. OLE color: 9520962.

HSL color Cylindrical-coordinate representation of color #424791: hue angle of 236.2º 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 #424791 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 71 145 -
CMYK 0.54 0.51 0 0.43
HSL 236.2º 0.37% 0.41% -
HSV(B) 236.2º 0.54% 0.57% -
XYZ 9.61 7.71 27.77 -
YUV 77.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 66 71 145 0.54 0.51 0 0.43 236.2 0.37 0.41
Hex 42 47 91 36 33 0 2B EC 25 29
Octal 102 107 221 66 63 0 53 354 45 51
Binary 1000010 1000111 10010001 110110 110011 0 101011 11101100 100101 101001

Color Harmonies of #424791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424791

Black with #424791

Text Example


Text Example

White with #424791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424791; }

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

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

background-color css

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

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

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

border-color css

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

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

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