Html Css Color HEX #44197C Windsor

📋 copy color: '#44197C'

red 68 ◦ green 25 ◦ blue 124

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

Shades of Windsor #44197C

Tints of Windsor #44197C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.52%

 BLUE value IS 124 (48.83% from 255) = 57.14%

R = 31.34%
G = 11.52%
B = 57.14%

CMYK

 C value IS 0.45

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44197C (or 0x44197C) is known color: Windsor. HEX triplet: 44, 19 and 7C. RGB value is (68,25,124). Sum of RGB (Red+Green+Blue) = 68+25+124=217 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.34% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 124 (48.83% from 255 or 57.14% from 217); Max value from RGB is 124 - color contains mainly: blue. Hex color #44197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44197C is #BBE683. Grayscale: #303030. Windows color (decimal): -12314244 or 8132932. OLE color: 8132932.

HSL color Cylindrical-coordinate representation of color #44197C: hue angle of 266.06º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44197C is Cyan = 0.45, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 25 124 -
CMYK 0.45 0.80 0 0.51
HSL 266.06º 0.66% 0.29% -
HSV(B) 266.06º 0.8% 0.49% -
XYZ 6.37 3.38 19.39 -
YUV 49.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 68 25 124 0.45 0.80 0 0.51 266.06 0.66 0.29
Hex 44 19 7C 2D 50 0 33 10A 42 1D
Octal 104 31 174 55 120 0 63 412 102 35
Binary 1000100 11001 1111100 101101 1010000 0 110011 100001010 1000010 11101

Color Harmonies of #44197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44197C

Black with #44197C

Text Example


Text Example

White with #44197C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44197C; }

 p { color: rgb(68,25,124); }

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

background-color css

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

 a { background-color: rgb(68,25,124); }

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

border-color css

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

 span { border-color: rgb(68,25,124); }

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