Html Css Color HEX #41317A Windsor

📋 copy color: '#41317A'

red 65 ◦ green 49 ◦ blue 122

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

Shades of Windsor #41317A

Tints of Windsor #41317A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 122 (48.05% from 255) = 51.69%

R = 27.54%
G = 20.76%
B = 51.69%

CMYK

 C value IS 0.47

 M value IS 0.60

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#41317A (or 0x41317A) is known color: Windsor. HEX triplet: 41, 31 and 7A. RGB value is (65,49,122). Sum of RGB (Red+Green+Blue) = 65+49+122=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #41317A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41317A is #BECE85. Grayscale: #3D3D3D. Windows color (decimal): -12504710 or 8008001. OLE color: 8008001.

HSL color Cylindrical-coordinate representation of color #41317A: hue angle of 253.15º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41317A is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 49 122 -
CMYK 0.47 0.60 0 0.52
HSL 253.15º 0.43% 0.34% -
HSV(B) 253.15º 0.6% 0.48% -
XYZ 6.79 4.73 18.97 -
YUV 62.11 161.8 130.06 -
System Red Green Blue C M Y K H S L
Decimal 65 49 122 0.47 0.60 0 0.52 253.15 0.43 0.34
Hex 41 31 7A 2F 3C 0 34 FD 2B 22
Octal 101 61 172 57 74 0 64 375 53 42
Binary 1000001 110001 1111010 101111 111100 0 110100 11111101 101011 100010

Color Harmonies of #41317A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41317A

Black with #41317A

Text Example


Text Example

White with #41317A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41317A; }

 p { color: rgb(65,49,122); }

 H1.HeaderClassName
 {
   color: #41317A;
 }
 .AnyTagClassName
 {
   color: #41317A;
 }
</style>

background-color css

<style>
 a { background-color: #41317A; }

 a { background-color: rgb(65,49,122); }

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

border-color css

<style>
 span { border-color: #41317A; }

 span { border-color: rgb(65,49,122); }

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