Html Css Color HEX #424191 Dark Slate Blue

📋 copy color: '#424191'

red 66 ◦ green 65 ◦ blue 145

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

Shades of Dark Slate Blue #424191

Tints of Dark Slate Blue #424191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

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

R = 23.91%
G = 23.55%
B = 52.54%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424191 (or 0x424191) is known color: Dark Slate Blue. HEX triplet: 42, 41 and 91. RGB value is (66,65,145). Sum of RGB (Red+Green+Blue) = 66+65+145=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #424191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424191 is #BDBE6E. Grayscale: #4A4A4A. Windows color (decimal): -12435055 or 9519426. OLE color: 9519426.

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

Color convert

RGB 66 65 145 -
CMYK 0.54 0.55 0 0.43
HSL 240.75º 0.38% 0.41% -
HSV(B) 240.75º 0.55% 0.57% -
XYZ 9.25 6.98 27.65 -
YUV 74.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 66 65 145 0.54 0.55 0 0.43 240.75 0.38 0.41
Hex 42 41 91 36 37 0 2B F1 26 29
Octal 102 101 221 66 67 0 53 361 46 51
Binary 1000010 1000001 10010001 110110 110111 0 101011 11110001 100110 101001

Color Harmonies of #424191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424191

Black with #424191

Text Example


Text Example

White with #424191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424191; }

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

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

background-color css

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

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

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

border-color css

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

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

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