Html Css Color HEX #44217B Windsor

📋 copy color: '#44217B'

red 68 ◦ green 33 ◦ blue 123

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

Shades of Windsor #44217B

Tints of Windsor #44217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 54.91%

R = 30.36%
G = 14.73%
B = 54.91%

CMYK

 C value IS 0.45

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44217B (or 0x44217B) is known color: Windsor. HEX triplet: 44, 21 and 7B. RGB value is (68,33,123). Sum of RGB (Red+Green+Blue) = 68+33+123=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #44217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44217B is #BBDE84. Grayscale: #353535. Windows color (decimal): -12312197 or 8069444. OLE color: 8069444.

HSL color Cylindrical-coordinate representation of color #44217B: hue angle of 263.33º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44217B is Cyan = 0.45, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 33 123 -
CMYK 0.45 0.73 0 0.52
HSL 263.33º 0.58% 0.31% -
HSV(B) 263.33º 0.73% 0.48% -
XYZ 6.5 3.75 19.12 -
YUV 53.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 68 33 123 0.45 0.73 0 0.52 263.33 0.58 0.31
Hex 44 21 7B 2D 49 0 34 107 3A 1F
Octal 104 41 173 55 111 0 64 407 72 37
Binary 1000100 100001 1111011 101101 1001001 0 110100 100000111 111010 11111

Color Harmonies of #44217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44217B

Black with #44217B

Text Example


Text Example

White with #44217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44217B; }

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

 H1.HeaderClassName
 {
   color: #44217B;
 }
 .AnyTagClassName
 {
   color: #44217B;
 }
</style>

background-color css

<style>
 a { background-color: #44217B; }

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

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

border-color css

<style>
 span { border-color: #44217B; }

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

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