Html Css Color HEX #41327F Windsor

📋 copy color: '#41327F'

red 65 ◦ green 50 ◦ blue 127

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

Shades of Windsor #41327F

Tints of Windsor #41327F

RGB

 RED value IS 65 (25.78% from 255) = 26.86%

 GREEN value IS 50 (19.92% from 255) = 20.66%

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

R = 26.86%
G = 20.66%
B = 52.48%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41327F (or 0x41327F) is known color: Windsor. HEX triplet: 41, 32 and 7F. RGB value is (65,50,127). Sum of RGB (Red+Green+Blue) = 65+50+127=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #41327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41327F is #BECD80. Grayscale: #3E3E3E. Windows color (decimal): -12504449 or 8335937. OLE color: 8335937.

HSL color Cylindrical-coordinate representation of color #41327F: hue angle of 251.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41327F is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 50 127 -
CMYK 0.49 0.61 0 0.50
HSL 251.69º 0.44% 0.35% -
HSV(B) 251.69º 0.61% 0.5% -
XYZ 7.15 4.94 20.65 -
YUV 63.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 65 50 127 0.49 0.61 0 0.50 251.69 0.44 0.35
Hex 41 32 7F 31 3D 0 32 FC 2C 23
Octal 101 62 177 61 75 0 62 374 54 43
Binary 1000001 110010 1111111 110001 111101 0 110010 11111100 101100 100011

Color Harmonies of #41327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41327F

Black with #41327F

Text Example


Text Example

White with #41327F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,50,127); }

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

background-color css

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

 a { background-color: rgb(65,50,127); }

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

border-color css

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

 span { border-color: rgb(65,50,127); }

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