Html Css Color HEX #443370 Windsor

📋 copy color: '#443370'

red 68 ◦ green 51 ◦ blue 112

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

Shades of Windsor #443370

Tints of Windsor #443370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.08%

 BLUE value IS 112 (44.14% from 255) = 48.48%

R = 29.44%
G = 22.08%
B = 48.48%

CMYK

 C value IS 0.39

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#443370 (or 0x443370) is known color: Windsor. HEX triplet: 44, 33 and 70. RGB value is (68,51,112). Sum of RGB (Red+Green+Blue) = 68+51+112=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #443370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443370 is #BBCC8F. Grayscale: #3E3E3E. Windows color (decimal): -12307600 or 7353156. OLE color: 7353156.

HSL color Cylindrical-coordinate representation of color #443370: hue angle of 256.72º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443370 is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 51 112 -
CMYK 0.39 0.54 0 0.56
HSL 256.72º 0.37% 0.32% -
HSV(B) 256.72º 0.54% 0.44% -
XYZ 6.49 4.77 15.91 -
YUV 63.04 155.63 131.54 -
System Red Green Blue C M Y K H S L
Decimal 68 51 112 0.39 0.54 0 0.56 256.72 0.37 0.32
Hex 44 33 70 27 36 0 38 101 25 20
Octal 104 63 160 47 66 0 70 401 45 40
Binary 1000100 110011 1110000 100111 110110 0 111000 100000001 100101 100000

Color Harmonies of #443370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443370

Black with #443370

Text Example


Text Example

White with #443370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443370; }

 p { color: rgb(68,51,112); }

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

background-color css

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

 a { background-color: rgb(68,51,112); }

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

border-color css

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

 span { border-color: rgb(68,51,112); }

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