Html Css Color HEX #42429F Dark Slate Blue

📋 copy color: '#42429F'

red 66 ◦ green 66 ◦ blue 159

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

Shades of Dark Slate Blue #42429F

Tints of Dark Slate Blue #42429F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.68%

 BLUE value IS 159 (62.5% from 255) = 54.64%

R = 22.68%
G = 22.68%
B = 54.64%

CMYK

 C value IS 0.58

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42429F (or 0x42429F) is known color: Dark Slate Blue. HEX triplet: 42, 42 and 9F. RGB value is (66,66,159). Sum of RGB (Red+Green+Blue) = 66+66+159=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #42429F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42429F is #BDBD60. Grayscale: #4C4C4C. Windows color (decimal): -12434785 or 10437186. OLE color: 10437186.

HSL color Cylindrical-coordinate representation of color #42429F: hue angle of 240º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42429F is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 66 159 -
CMYK 0.58 0.58 0 0.38
HSL 240º 0.41% 0.44% -
HSV(B) 240º 0.58% 0.62% -
XYZ 10.45 7.56 33.71 -
YUV 76.6 174.5 120.44 -
System Red Green Blue C M Y K H S L
Decimal 66 66 159 0.58 0.58 0 0.38 240 0.41 0.44
Hex 42 42 9F 3A 3A 0 26 F0 29 2C
Octal 102 102 237 72 72 0 46 360 51 54
Binary 1000010 1000010 10011111 111010 111010 0 100110 11110000 101001 101100

Color Harmonies of #42429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42429F

Black with #42429F

Text Example


Text Example

White with #42429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42429F; }

 p { color: rgb(66,66,159); }

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

background-color css

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

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

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

border-color css

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

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

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