Html Css Color HEX #424591 Dark Slate Blue

📋 copy color: '#424591'

red 66 ◦ green 69 ◦ blue 145

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

Shades of Dark Slate Blue #424591

Tints of Dark Slate Blue #424591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.64%

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

R = 23.57%
G = 24.64%
B = 51.79%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424591 (or 0x424591) is known color: Dark Slate Blue. HEX triplet: 42, 45 and 91. RGB value is (66,69,145). Sum of RGB (Red+Green+Blue) = 66+69+145=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #424591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424591 is #BDBA6E. Grayscale: #4C4C4C. Windows color (decimal): -12434031 or 9520450. OLE color: 9520450.

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

Color convert

RGB 66 69 145 -
CMYK 0.54 0.52 0 0.43
HSL 237.72º 0.37% 0.41% -
HSV(B) 237.72º 0.54% 0.57% -
XYZ 9.49 7.46 27.73 -
YUV 76.77 166.51 120.32 -
System Red Green Blue C M Y K H S L
Decimal 66 69 145 0.54 0.52 0 0.43 237.72 0.37 0.41
Hex 42 45 91 36 34 0 2B EE 25 29
Octal 102 105 221 66 64 0 53 356 45 51
Binary 1000010 1000101 10010001 110110 110100 0 101011 11101110 100101 101001

Color Harmonies of #424591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424591

Black with #424591

Text Example


Text Example

White with #424591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424591; }

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

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

background-color css

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

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

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

border-color css

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

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

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