Html Css Color HEX #424199 Dark Slate Blue

📋 copy color: '#424199'

red 66 ◦ green 65 ◦ blue 153

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

Shades of Dark Slate Blue #424199

Tints of Dark Slate Blue #424199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 23.24%
G = 22.89%
B = 53.87%

CMYK

 C value IS 0.57

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#424199 (or 0x424199) is known color: Dark Slate Blue. HEX triplet: 42, 41 and 99. RGB value is (66,65,153). Sum of RGB (Red+Green+Blue) = 66+65+153=284 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.24% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #424199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424199 is #BDBE66. Grayscale: #4A4A4A. Windows color (decimal): -12435047 or 10043714. OLE color: 10043714.

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

Color convert

RGB 66 65 153 -
CMYK 0.57 0.58 0 0.4
HSL 240.68º 0.4% 0.43% -
HSV(B) 240.68º 0.58% 0.6% -
XYZ 9.89 7.24 31.01 -
YUV 75.33 171.83 121.34 -
System Red Green Blue C M Y K H S L
Decimal 66 65 153 0.57 0.58 0 0.4 240.68 0.4 0.43
Hex 42 41 99 39 3A 0 28 F1 28 2B
Octal 102 101 231 71 72 0 50 361 50 53
Binary 1000010 1000001 10011001 111001 111010 0 101000 11110001 101000 101011

Color Harmonies of #424199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424199

Black with #424199

Text Example


Text Example

White with #424199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424199; }

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

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

background-color css

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

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

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

border-color css

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

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

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