Html Css Color HEX #44207F Windsor

📋 copy color: '#44207F'

red 68 ◦ green 32 ◦ blue 127

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

Shades of Windsor #44207F

Tints of Windsor #44207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

 BLUE value IS 127 (50% from 255) = 55.95%

R = 29.96%
G = 14.1%
B = 55.95%

CMYK

 C value IS 0.46

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44207F (or 0x44207F) is known color: Windsor. HEX triplet: 44, 20 and 7F. RGB value is (68,32,127). Sum of RGB (Red+Green+Blue) = 68+32+127=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 127 (50% from 255 or 55.95% from 227); Max value from RGB is 127 - color contains mainly: blue. Hex color #44207F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44207F is #BBDF80. Grayscale: #353535. Windows color (decimal): -12312449 or 8331332. OLE color: 8331332.

HSL color Cylindrical-coordinate representation of color #44207F: hue angle of 262.74º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44207F is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 32 127 -
CMYK 0.46 0.75 0 0.50
HSL 262.74º 0.6% 0.31% -
HSV(B) 262.74º 0.75% 0.5% -
XYZ 6.73 3.79 20.46 -
YUV 53.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 68 32 127 0.46 0.75 0 0.50 262.74 0.6 0.31
Hex 44 20 7F 2E 4B 0 32 107 3C 1F
Octal 104 40 177 56 113 0 62 407 74 37
Binary 1000100 100000 1111111 101110 1001011 0 110010 100000111 111100 11111

Color Harmonies of #44207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44207F

Black with #44207F

Text Example


Text Example

White with #44207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44207F; }

 p { color: rgb(68,32,127); }

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

background-color css

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

 a { background-color: rgb(68,32,127); }

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

border-color css

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

 span { border-color: rgb(68,32,127); }

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