Html Css Color HEX #44237F Windsor

📋 copy color: '#44237F'

red 68 ◦ green 35 ◦ blue 127

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

Shades of Windsor #44237F

Tints of Windsor #44237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 29.57%
G = 15.22%
B = 55.22%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44237F (or 0x44237F) is known color: Windsor. HEX triplet: 44, 23 and 7F. RGB value is (68,35,127). Sum of RGB (Red+Green+Blue) = 68+35+127=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #44237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44237F is #BBDC80. Grayscale: #373737. Windows color (decimal): -12311681 or 8332100. OLE color: 8332100.

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

Color convert

RGB 68 35 127 -
CMYK 0.46 0.72 0 0.50
HSL 261.52º 0.57% 0.32% -
HSV(B) 261.52º 0.72% 0.5% -
XYZ 6.82 3.96 20.48 -
YUV 55.36 168.43 137.02 -
System Red Green Blue C M Y K H S L
Decimal 68 35 127 0.46 0.72 0 0.50 261.52 0.57 0.32
Hex 44 23 7F 2E 48 0 32 106 39 20
Octal 104 43 177 56 110 0 62 406 71 40
Binary 1000100 100011 1111111 101110 1001000 0 110010 100000110 111001 100000

Color Harmonies of #44237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44237F

Black with #44237F

Text Example


Text Example

White with #44237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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