Html Css Color HEX #443185 Dark Slate Blue

📋 copy color: '#443185'

red 68 ◦ green 49 ◦ blue 133

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

Shades of Dark Slate Blue #443185

Tints of Dark Slate Blue #443185

RGB

 RED value IS 68 (26.95% from 255) = 27.2%

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

 BLUE value IS 133 (52.34% from 255) = 53.2%

R = 27.2%
G = 19.6%
B = 53.2%

CMYK

 C value IS 0.49

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#443185 (or 0x443185) is known color: Dark Slate Blue. HEX triplet: 44, 31 and 85. RGB value is (68,49,133). Sum of RGB (Red+Green+Blue) = 68+49+133=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #443185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443185 is #BBCE7A. Grayscale: #3F3F3F. Windows color (decimal): -12308091 or 8728900. OLE color: 8728900.

HSL color Cylindrical-coordinate representation of color #443185: hue angle of 253.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #443185 is Cyan = 0.49, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 49 133 -
CMYK 0.49 0.63 0 0.48
HSL 253.57º 0.46% 0.36% -
HSV(B) 253.57º 0.63% 0.52% -
XYZ 7.72 5.12 22.77 -
YUV 64.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 68 49 133 0.49 0.63 0 0.48 253.57 0.46 0.36
Hex 44 31 85 31 3F 0 30 FE 2E 24
Octal 104 61 205 61 77 0 60 376 56 44
Binary 1000100 110001 10000101 110001 111111 0 110000 11111110 101110 100100

Color Harmonies of #443185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443185

Black with #443185

Text Example


Text Example

White with #443185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443185; }

 p { color: rgb(68,49,133); }

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

background-color css

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

 a { background-color: rgb(68,49,133); }

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

border-color css

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

 span { border-color: rgb(68,49,133); }

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