Html Css Color HEX #424095 Dark Slate Blue

📋 copy color: '#424095'

red 66 ◦ green 64 ◦ blue 149

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

Shades of Dark Slate Blue #424095

Tints of Dark Slate Blue #424095

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

 BLUE value IS 149 (58.59% from 255) = 53.41%

R = 23.66%
G = 22.94%
B = 53.41%

CMYK

 C value IS 0.56

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#424095 (or 0x424095) is known color: Dark Slate Blue. HEX triplet: 42, 40 and 95. RGB value is (66,64,149). Sum of RGB (Red+Green+Blue) = 66+64+149=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 149 (58.59% from 255 or 53.41% from 279); Max value from RGB is 149 - color contains mainly: blue. Hex color #424095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424095 is #BDBF6A. Grayscale: #494949. Windows color (decimal): -12435307 or 9781314. OLE color: 9781314.

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

Color convert

RGB 66 64 149 -
CMYK 0.56 0.57 0 0.42
HSL 241.41º 0.4% 0.42% -
HSV(B) 241.41º 0.57% 0.58% -
XYZ 9.5 6.99 29.28 -
YUV 74.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 66 64 149 0.56 0.57 0 0.42 241.41 0.4 0.42
Hex 42 40 95 38 39 0 2A F1 28 2A
Octal 102 100 225 70 71 0 52 361 50 52
Binary 1000010 1000000 10010101 111000 111001 0 101010 11110001 101000 101010

Color Harmonies of #424095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424095

Black with #424095

Text Example


Text Example

White with #424095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424095; }

 p { color: rgb(66,64,149); }

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

background-color css

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

 a { background-color: rgb(66,64,149); }

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

border-color css

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

 span { border-color: rgb(66,64,149); }

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