Html Css Color HEX #443885 Dark Slate Blue

📋 copy color: '#443885'

red 68 ◦ green 56 ◦ blue 133

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

Shades of Dark Slate Blue #443885

Tints of Dark Slate Blue #443885

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

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

R = 26.46%
G = 21.79%
B = 51.75%

CMYK

 C value IS 0.49

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#443885 (or 0x443885) is known color: Dark Slate Blue. HEX triplet: 44, 38 and 85. RGB value is (68,56,133). Sum of RGB (Red+Green+Blue) = 68+56+133=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #443885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443885 is #BBC77A. Grayscale: #444444. Windows color (decimal): -12306299 or 8730692. OLE color: 8730692.

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

Color convert

RGB 68 56 133 -
CMYK 0.49 0.58 0 0.48
HSL 249.35º 0.41% 0.37% -
HSV(B) 249.35º 0.58% 0.52% -
XYZ 8.03 5.75 22.88 -
YUV 68.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 68 56 133 0.49 0.58 0 0.48 249.35 0.41 0.37
Hex 44 38 85 31 3A 0 30 F9 29 25
Octal 104 70 205 61 72 0 60 371 51 45
Binary 1000100 111000 10000101 110001 111010 0 110000 11111001 101001 100101

Color Harmonies of #443885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443885

Black with #443885

Text Example


Text Example

White with #443885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443885; }

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

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

background-color css

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

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

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

border-color css

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

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

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