Html Css Color HEX #443285 Dark Slate Blue

📋 copy color: '#443285'

red 68 ◦ green 50 ◦ blue 133

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

Shades of Dark Slate Blue #443285

Tints of Dark Slate Blue #443285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

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

R = 27.09%
G = 19.92%
B = 52.99%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#443285 (or 0x443285) is known color: Dark Slate Blue. HEX triplet: 44, 32 and 85. RGB value is (68,50,133). Sum of RGB (Red+Green+Blue) = 68+50+133=251 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.09% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #443285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #443285 is #BBCD7A. Grayscale: #404040. Windows color (decimal): -12307835 or 8729156. OLE color: 8729156.

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

Color convert

RGB 68 50 133 -
CMYK 0.49 0.62 0 0.48
HSL 253.01º 0.45% 0.36% -
HSV(B) 253.01º 0.62% 0.52% -
XYZ 7.76 5.2 22.79 -
YUV 64.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 68 50 133 0.49 0.62 0 0.48 253.01 0.45 0.36
Hex 44 32 85 31 3E 0 30 FD 2D 24
Octal 104 62 205 61 76 0 60 375 55 44
Binary 1000100 110010 10000101 110001 111110 0 110000 11111101 101101 100100

Color Harmonies of #443285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443285

Black with #443285

Text Example


Text Example

White with #443285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443285; }

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

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

background-color css

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

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

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

border-color css

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

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

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