Html Css Color HEX #44218F Windsor

📋 copy color: '#44218F'

red 68 ◦ green 33 ◦ blue 143

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

Shades of Windsor #44218F

Tints of Windsor #44218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.52%

 BLUE value IS 143 (56.25% from 255) = 58.61%

R = 27.87%
G = 13.52%
B = 58.61%

CMYK

 C value IS 0.52

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#44218F (or 0x44218F) is known color: Windsor. HEX triplet: 44, 21 and 8F. RGB value is (68,33,143). Sum of RGB (Red+Green+Blue) = 68+33+143=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #44218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44218F is #BBDE70. Grayscale: #373737. Windows color (decimal): -12312177 or 9380164. OLE color: 9380164.

HSL color Cylindrical-coordinate representation of color #44218F: hue angle of 259.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44218F is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 33 143 -
CMYK 0.52 0.77 0 0.44
HSL 259.09º 0.63% 0.35% -
HSV(B) 259.09º 0.77% 0.56% -
XYZ 7.89 4.3 26.4 -
YUV 56.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 68 33 143 0.52 0.77 0 0.44 259.09 0.63 0.35
Hex 44 21 8F 34 4D 0 2C 103 3E 23
Octal 104 41 217 64 115 0 54 403 76 43
Binary 1000100 100001 10001111 110100 1001101 0 101100 100000011 111110 100011

Color Harmonies of #44218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44218F

Black with #44218F

Text Example


Text Example

White with #44218F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,33,143); }

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

background-color css

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

 a { background-color: rgb(68,33,143); }

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

border-color css

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

 span { border-color: rgb(68,33,143); }

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