Html Css Color HEX #42358D Dark Slate Blue

📋 copy color: '#42358D'

red 66 ◦ green 53 ◦ blue 141

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

Shades of Dark Slate Blue #42358D

Tints of Dark Slate Blue #42358D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 54.23%

R = 25.38%
G = 20.38%
B = 54.23%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42358D (or 0x42358D) is known color: Dark Slate Blue. HEX triplet: 42, 35 and 8D. RGB value is (66,53,141). Sum of RGB (Red+Green+Blue) = 66+53+141=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 141 (55.47% from 255 or 54.23% from 260); Max value from RGB is 141 - color contains mainly: blue. Hex color #42358D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42358D is #BDCA72. Grayscale: #424242. Windows color (decimal): -12438131 or 9254210. OLE color: 9254210.

HSL color Cylindrical-coordinate representation of color #42358D: hue angle of 248.86º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42358D is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 53 141 -
CMYK 0.53 0.62 0 0.45
HSL 248.86º 0.45% 0.38% -
HSV(B) 248.86º 0.62% 0.55% -
XYZ 8.33 5.63 25.85 -
YUV 66.92 169.81 127.34 -
System Red Green Blue C M Y K H S L
Decimal 66 53 141 0.53 0.62 0 0.45 248.86 0.45 0.38
Hex 42 35 8D 35 3E 0 2D F9 2D 26
Octal 102 65 215 65 76 0 55 371 55 46
Binary 1000010 110101 10001101 110101 111110 0 101101 11111001 101101 100110

Color Harmonies of #42358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42358D

Black with #42358D

Text Example


Text Example

White with #42358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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