Html Css Color HEX #44247A Windsor

📋 copy color: '#44247A'

red 68 ◦ green 36 ◦ blue 122

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

Shades of Windsor #44247A

Tints of Windsor #44247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 122 (48.05% from 255) = 53.98%

R = 30.09%
G = 15.93%
B = 53.98%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44247A (or 0x44247A) is known color: Windsor. HEX triplet: 44, 24 and 7A. RGB value is (68,36,122). Sum of RGB (Red+Green+Blue) = 68+36+122=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 122 (48.05% from 255 or 53.98% from 226); Max value from RGB is 122 - color contains mainly: blue. Hex color #44247A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44247A is #BBDB85. Grayscale: #373737. Windows color (decimal): -12311430 or 8004676. OLE color: 8004676.

HSL color Cylindrical-coordinate representation of color #44247A: hue angle of 262.33º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44247A is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 36 122 -
CMYK 0.44 0.70 0 0.52
HSL 262.33º 0.54% 0.31% -
HSV(B) 262.33º 0.7% 0.48% -
XYZ 6.53 3.9 18.82 -
YUV 55.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 68 36 122 0.44 0.70 0 0.52 262.33 0.54 0.31
Hex 44 24 7A 2C 46 0 34 106 36 1F
Octal 104 44 172 54 106 0 64 406 66 37
Binary 1000100 100100 1111010 101100 1000110 0 110100 100000110 110110 11111

Color Harmonies of #44247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44247A

Black with #44247A

Text Example


Text Example

White with #44247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44247A; }

 p { color: rgb(68,36,122); }

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

background-color css

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

 a { background-color: rgb(68,36,122); }

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

border-color css

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

 span { border-color: rgb(68,36,122); }

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