Html Css Color HEX #44257F Windsor

📋 copy color: '#44257F'

red 68 ◦ green 37 ◦ blue 127

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

Shades of Windsor #44257F

Tints of Windsor #44257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

 BLUE value IS 127 (50% from 255) = 54.74%

R = 29.31%
G = 15.95%
B = 54.74%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44257F (or 0x44257F) is known color: Windsor. HEX triplet: 44, 25 and 7F. RGB value is (68,37,127). Sum of RGB (Red+Green+Blue) = 68+37+127=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #44257F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44257F is #BBDA80. Grayscale: #383838. Windows color (decimal): -12311169 or 8332612. OLE color: 8332612.

HSL color Cylindrical-coordinate representation of color #44257F: hue angle of 260.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44257F is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 37 127 -
CMYK 0.46 0.71 0 0.50
HSL 260.67º 0.55% 0.32% -
HSV(B) 260.67º 0.71% 0.5% -
XYZ 6.88 4.08 20.5 -
YUV 56.53 167.77 136.18 -
System Red Green Blue C M Y K H S L
Decimal 68 37 127 0.46 0.71 0 0.50 260.67 0.55 0.32
Hex 44 25 7F 2E 47 0 32 105 37 20
Octal 104 45 177 56 107 0 62 405 67 40
Binary 1000100 100101 1111111 101110 1000111 0 110010 100000101 110111 100000

Color Harmonies of #44257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44257F

Black with #44257F

Text Example


Text Example

White with #44257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,37,127); }

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

background-color css

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

 a { background-color: rgb(68,37,127); }

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

border-color css

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

 span { border-color: rgb(68,37,127); }

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