Html Css Color HEX #424192 Dark Slate Blue

📋 copy color: '#424192'

red 66 ◦ green 65 ◦ blue 146

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

Shades of Dark Slate Blue #424192

Tints of Dark Slate Blue #424192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.71%

R = 23.83%
G = 23.47%
B = 52.71%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#424192 (or 0x424192) is known color: Dark Slate Blue. HEX triplet: 42, 41 and 92. RGB value is (66,65,146). Sum of RGB (Red+Green+Blue) = 66+65+146=277 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.83% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 146 (57.42% from 255 or 52.71% from 277); Max value from RGB is 146 - color contains mainly: blue. Hex color #424192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424192 is #BDBE6D. Grayscale: #4A4A4A. Windows color (decimal): -12435054 or 9584962. OLE color: 9584962.

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

Color convert

RGB 66 65 146 -
CMYK 0.55 0.55 0 0.43
HSL 240.74º 0.38% 0.41% -
HSV(B) 240.74º 0.55% 0.57% -
XYZ 9.33 7.01 28.06 -
YUV 74.53 168.33 121.91 -
System Red Green Blue C M Y K H S L
Decimal 66 65 146 0.55 0.55 0 0.43 240.74 0.38 0.41
Hex 42 41 92 37 37 0 2B F1 26 29
Octal 102 101 222 67 67 0 53 361 46 51
Binary 1000010 1000001 10010010 110111 110111 0 101011 11110001 100110 101001

Color Harmonies of #424192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424192

Black with #424192

Text Example


Text Example

White with #424192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424192; }

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

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

background-color css

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

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

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

border-color css

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

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

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