Html Css Color HEX #423C8D Dark Slate Blue

📋 copy color: '#423C8D'

red 66 ◦ green 60 ◦ blue 141

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

Shades of Dark Slate Blue #423C8D

Tints of Dark Slate Blue #423C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.47%

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

R = 24.72%
G = 22.47%
B = 52.81%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#423C8D (or 0x423C8D) is known color: Dark Slate Blue. HEX triplet: 42, 3C and 8D. RGB value is (66,60,141). Sum of RGB (Red+Green+Blue) = 66+60+141=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #423C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423C8D is #BDC372. Grayscale: #464646. Windows color (decimal): -12436339 or 9256002. OLE color: 9256002.

HSL color Cylindrical-coordinate representation of color #423C8D: hue angle of 244.44º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #423C8D is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 60 141 -
CMYK 0.53 0.57 0 0.45
HSL 244.44º 0.4% 0.39% -
HSV(B) 244.44º 0.57% 0.55% -
XYZ 8.67 6.31 25.96 -
YUV 71.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 66 60 141 0.53 0.57 0 0.45 244.44 0.4 0.39
Hex 42 3C 8D 35 39 0 2D F4 28 27
Octal 102 74 215 65 71 0 55 364 50 47
Binary 1000010 111100 10001101 110101 111001 0 101101 11110100 101000 100111

Color Harmonies of #423C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423C8D

Black with #423C8D

Text Example


Text Example

White with #423C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423C8D; }

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

 H1.HeaderClassName
 {
   color: #423C8D;
 }
 .AnyTagClassName
 {
   color: #423C8D;
 }
</style>

background-color css

<style>
 a { background-color: #423C8D; }

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

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

border-color css

<style>
 span { border-color: #423C8D; }

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

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