Html Css Color HEX #42328D Dark Slate Blue

📋 copy color: '#42328D'

red 66 ◦ green 50 ◦ blue 141

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

Shades of Dark Slate Blue #42328D

Tints of Dark Slate Blue #42328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

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

R = 25.68%
G = 19.46%
B = 54.86%

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

#42328D (or 0x42328D) is known color: Dark Slate Blue. HEX triplet: 42, 32 and 8D. RGB value is (66,50,141). Sum of RGB (Red+Green+Blue) = 66+50+141=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #42328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42328D is #BDCD72. Grayscale: #404040. Windows color (decimal): -12438899 or 9253442. OLE color: 9253442.

HSL color Cylindrical-coordinate representation of color #42328D: hue angle of 250.55º 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 #42328D is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 50 141 -
CMYK 0.53 0.65 0 0.45
HSL 250.55º 0.48% 0.37% -
HSV(B) 250.55º 0.65% 0.55% -
XYZ 8.2 5.36 25.8 -
YUV 65.16 170.8 128.6 -
System Red Green Blue C M Y K H S L
Decimal 66 50 141 0.53 0.65 0 0.45 250.55 0.48 0.37
Hex 42 32 8D 35 41 0 2D FB 30 25
Octal 102 62 215 65 101 0 55 373 60 45
Binary 1000010 110010 10001101 110101 1000001 0 101101 11111011 110000 100101

Color Harmonies of #42328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42328D

Black with #42328D

Text Example


Text Example

White with #42328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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