Html Css Color HEX #443075 Windsor

📋 copy color: '#443075'

red 68 ◦ green 48 ◦ blue 117

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

Shades of Windsor #443075

Tints of Windsor #443075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 50.21%

R = 29.18%
G = 20.6%
B = 50.21%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#443075 (or 0x443075) is known color: Windsor. HEX triplet: 44, 30 and 75. RGB value is (68,48,117). Sum of RGB (Red+Green+Blue) = 68+48+117=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #443075 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443075 is #BBCF8A. Grayscale: #3D3D3D. Windows color (decimal): -12308363 or 7680068. OLE color: 7680068.

HSL color Cylindrical-coordinate representation of color #443075: hue angle of 257.39º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #443075 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 48 117 -
CMYK 0.42 0.59 0 0.54
HSL 257.39º 0.42% 0.32% -
HSV(B) 257.39º 0.59% 0.46% -
XYZ 6.65 4.63 17.37 -
YUV 61.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 68 48 117 0.42 0.59 0 0.54 257.39 0.42 0.32
Hex 44 30 75 2A 3B 0 36 101 2A 20
Octal 104 60 165 52 73 0 66 401 52 40
Binary 1000100 110000 1110101 101010 111011 0 110110 100000001 101010 100000

Color Harmonies of #443075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443075

Black with #443075

Text Example


Text Example

White with #443075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443075; }

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

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

background-color css

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

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

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

border-color css

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

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

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