Html Css Color HEX #443085 Dark Slate Blue

📋 copy color: '#443085'

red 68 ◦ green 48 ◦ blue 133

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

Shades of Dark Slate Blue #443085

Tints of Dark Slate Blue #443085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

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

R = 27.31%
G = 19.28%
B = 53.41%

CMYK

 C value IS 0.49

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#443085 (or 0x443085) is known color: Dark Slate Blue. HEX triplet: 44, 30 and 85. RGB value is (68,48,133). Sum of RGB (Red+Green+Blue) = 68+48+133=249 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.31% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #443085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443085 is #BBCF7A. Grayscale: #3F3F3F. Windows color (decimal): -12308347 or 8728644. OLE color: 8728644.

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

Color convert

RGB 68 48 133 -
CMYK 0.49 0.64 0 0.48
HSL 254.12º 0.47% 0.35% -
HSV(B) 254.12º 0.64% 0.52% -
XYZ 7.67 5.04 22.76 -
YUV 63.67 167.13 131.09 -
System Red Green Blue C M Y K H S L
Decimal 68 48 133 0.49 0.64 0 0.48 254.12 0.47 0.35
Hex 44 30 85 31 40 0 30 FE 2F 23
Octal 104 60 205 61 100 0 60 376 57 43
Binary 1000100 110000 10000101 110001 1000000 0 110000 11111110 101111 100011

Color Harmonies of #443085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443085

Black with #443085

Text Example


Text Example

White with #443085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443085; }

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

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

background-color css

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

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

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

border-color css

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

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

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