Html Css Color HEX #423693 Dark Slate Blue

📋 copy color: '#423693'

red 66 ◦ green 54 ◦ blue 147

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

Shades of Dark Slate Blue #423693

Tints of Dark Slate Blue #423693

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.22%

 BLUE value IS 147 (57.81% from 255) = 55.06%

R = 24.72%
G = 20.22%
B = 55.06%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#423693 (or 0x423693) is known color: Dark Slate Blue. HEX triplet: 42, 36 and 93. RGB value is (66,54,147). Sum of RGB (Red+Green+Blue) = 66+54+147=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 147 (57.81% from 255 or 55.06% from 267); Max value from RGB is 147 - color contains mainly: blue. Hex color #423693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423693 is #BDC96C. Grayscale: #434343. Windows color (decimal): -12437869 or 9647682. OLE color: 9647682.

HSL color Cylindrical-coordinate representation of color #423693: hue angle of 247.74º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #423693 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 54 147 -
CMYK 0.55 0.63 0 0.42
HSL 247.74º 0.46% 0.39% -
HSV(B) 247.74º 0.63% 0.58% -
XYZ 8.83 5.9 28.28 -
YUV 68.19 172.48 126.44 -
System Red Green Blue C M Y K H S L
Decimal 66 54 147 0.55 0.63 0 0.42 247.74 0.46 0.39
Hex 42 36 93 37 3F 0 2A F8 2E 27
Octal 102 66 223 67 77 0 52 370 56 47
Binary 1000010 110110 10010011 110111 111111 0 101010 11111000 101110 100111

Color Harmonies of #423693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423693

Black with #423693

Text Example


Text Example

White with #423693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423693; }

 p { color: rgb(66,54,147); }

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

background-color css

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

 a { background-color: rgb(66,54,147); }

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

border-color css

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

 span { border-color: rgb(66,54,147); }

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