Html Css Color HEX #44187A Windsor

📋 copy color: '#44187A'

red 68 ◦ green 24 ◦ blue 122

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

Shades of Windsor #44187A

Tints of Windsor #44187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.21%

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

R = 31.78%
G = 11.21%
B = 57.01%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44187A (or 0x44187A) is known color: Windsor. HEX triplet: 44, 18 and 7A. RGB value is (68,24,122). Sum of RGB (Red+Green+Blue) = 68+24+122=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 24 (9.77% from 255 or 11.21% from 214); Blue value is 122 (48.05% from 255 or 57.01% from 214); Max value from RGB is 122 - color contains mainly: blue. Hex color #44187A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44187A is #BBE785. Grayscale: #2F2F2F. Windows color (decimal): -12314502 or 8001604. OLE color: 8001604.

HSL color Cylindrical-coordinate representation of color #44187A: hue angle of 266.94º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44187A is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 24 122 -
CMYK 0.44 0.80 0 0.52
HSL 266.94º 0.67% 0.29% -
HSV(B) 266.94º 0.8% 0.48% -
XYZ 6.22 3.29 18.72 -
YUV 48.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 68 24 122 0.44 0.80 0 0.52 266.94 0.67 0.29
Hex 44 18 7A 2C 50 0 34 10B 43 1D
Octal 104 30 172 54 120 0 64 413 103 35
Binary 1000100 11000 1111010 101100 1010000 0 110100 100001011 1000011 11101

Color Harmonies of #44187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44187A

Black with #44187A

Text Example


Text Example

White with #44187A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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