#424194

Color #424194 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #424194

Tints of Dark Slate Blue #424194

Color information

#424194 (or 0x424194) is unknown color: approx Dark Slate Blue. HEX triplet: 42, 41 and 94. RGB value is (66,65,148). Sum of RGB (Red+Green+Blue) = 66+65+148=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #424194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424194 is #BDBE6B. Grayscale: #4A4A4A. Windows color (decimal): -12435052 or 9716034. OLE color: 9716034.

HSL color Cylindrical-coordinate representation of color #424194: hue angle of 240.72º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #424194 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6665148-
CMYK0.550.5600.42
HSL240.72º38.97%41.76%-
HSV(B)240.72º56.08%58.04%-
XYZ9.487.0828.88-
YUV74.76169.33121.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 148 (58.20% from 255) = 53.05%
R=23.66%
G=23.30%
B=53.05%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66651480.550.5600.42240.7238.9741.76
Hex424194373802Af1272a
Octal10210122467700523614752
Binary1000010100000110010100110111111000010101011110001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424194; }

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

 H1.HeaderClassName
 {
   color: #424194;
 }
 .AnyTagClassName
 {
   color: #424194;
 }
</style>
background-color css

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

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

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

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

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

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