Html Css Color HEX #42357F Dark Slate Blue

📋 copy color: '#42357F'

red 66 ◦ green 53 ◦ blue 127

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

Shades of Dark Slate Blue #42357F

Tints of Dark Slate Blue #42357F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.63%

R = 26.83%
G = 21.54%
B = 51.63%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42357F (or 0x42357F) is known color: Dark Slate Blue. HEX triplet: 42, 35 and 7F. RGB value is (66,53,127). Sum of RGB (Red+Green+Blue) = 66+53+127=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #42357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42357F is #BDCA80. Grayscale: #414141. Windows color (decimal): -12438145 or 8336706. OLE color: 8336706.

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

Color convert

RGB 66 53 127 -
CMYK 0.48 0.58 0 0.50
HSL 250.54º 0.41% 0.35% -
HSV(B) 250.54º 0.58% 0.5% -
XYZ 7.35 5.24 20.7 -
YUV 65.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 66 53 127 0.48 0.58 0 0.50 250.54 0.41 0.35
Hex 42 35 7F 30 3A 0 32 FB 29 23
Octal 102 65 177 60 72 0 62 373 51 43
Binary 1000010 110101 1111111 110000 111010 0 110010 11111011 101001 100011

Color Harmonies of #42357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42357F

Black with #42357F

Text Example


Text Example

White with #42357F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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