Html Css Color HEX #42357E Dark Slate Blue

📋 copy color: '#42357E'

red 66 ◦ green 53 ◦ blue 126

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

Shades of Dark Slate Blue #42357E

Tints of Dark Slate Blue #42357E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 126 (49.61% from 255) = 51.43%

R = 26.94%
G = 21.63%
B = 51.43%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42357E (or 0x42357E) is known color: Dark Slate Blue. HEX triplet: 42, 35 and 7E. RGB value is (66,53,126). Sum of RGB (Red+Green+Blue) = 66+53+126=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 126 (49.61% from 255 or 51.43% from 245); Max value from RGB is 126 - color contains mainly: blue. Hex color #42357E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42357E is #BDCA81. Grayscale: #404040. Windows color (decimal): -12438146 or 8271170. OLE color: 8271170.

HSL color Cylindrical-coordinate representation of color #42357E: hue angle of 250.68º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42357E is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 53 126 -
CMYK 0.48 0.58 0 0.51
HSL 250.68º 0.41% 0.35% -
HSV(B) 250.68º 0.58% 0.49% -
XYZ 7.29 5.21 20.36 -
YUV 65.21 162.31 128.56 -
System Red Green Blue C M Y K H S L
Decimal 66 53 126 0.48 0.58 0 0.51 250.68 0.41 0.35
Hex 42 35 7E 30 3A 0 33 FB 29 23
Octal 102 65 176 60 72 0 63 373 51 43
Binary 1000010 110101 1111110 110000 111010 0 110011 11111011 101001 100011

Color Harmonies of #42357E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42357E

Black with #42357E

Text Example


Text Example

White with #42357E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42357E; }

 p { color: rgb(66,53,126); }

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

background-color css

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

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

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

border-color css

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

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

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