Html Css Color HEX #42318D Dark Slate Blue

📋 copy color: '#42318D'

red 66 ◦ green 49 ◦ blue 141

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

Shades of Dark Slate Blue #42318D

Tints of Dark Slate Blue #42318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

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

R = 25.78%
G = 19.14%
B = 55.08%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42318D (or 0x42318D) is known color: Dark Slate Blue. HEX triplet: 42, 31 and 8D. RGB value is (66,49,141). Sum of RGB (Red+Green+Blue) = 66+49+141=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #42318D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42318D is #BDCE72. Grayscale: #404040. Windows color (decimal): -12439155 or 9253186. OLE color: 9253186.

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

Color convert

RGB 66 49 141 -
CMYK 0.53 0.65 0 0.45
HSL 251.09º 0.48% 0.37% -
HSV(B) 251.09º 0.65% 0.55% -
XYZ 8.15 5.28 25.79 -
YUV 64.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 66 49 141 0.53 0.65 0 0.45 251.09 0.48 0.37
Hex 42 31 8D 35 41 0 2D FB 30 25
Octal 102 61 215 65 101 0 55 373 60 45
Binary 1000010 110001 10001101 110101 1000001 0 101101 11111011 110000 100101

Color Harmonies of #42318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42318D

Black with #42318D

Text Example


Text Example

White with #42318D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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