Html Css Color HEX #41217F Windsor

📋 copy color: '#41217F'

red 65 ◦ green 33 ◦ blue 127

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

Shades of Windsor #41217F

Tints of Windsor #41217F

RGB

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

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

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

R = 28.89%
G = 14.67%
B = 56.44%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41217F (or 0x41217F) is known color: Windsor. HEX triplet: 41, 21 and 7F. RGB value is (65,33,127). Sum of RGB (Red+Green+Blue) = 65+33+127=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 127 (50% from 255 or 56.44% from 225); Max value from RGB is 127 - color contains mainly: blue. Hex color #41217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41217F is #BEDE80. Grayscale: #343434. Windows color (decimal): -12508801 or 8331585. OLE color: 8331585.

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

Color convert

RGB 65 33 127 -
CMYK 0.49 0.74 0 0.50
HSL 260.43º 0.59% 0.31% -
HSV(B) 260.43º 0.74% 0.5% -
XYZ 6.55 3.74 20.46 -
YUV 53.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 65 33 127 0.49 0.74 0 0.50 260.43 0.59 0.31
Hex 41 21 7F 31 4A 0 32 104 3B 1F
Octal 101 41 177 61 112 0 62 404 73 37
Binary 1000001 100001 1111111 110001 1001010 0 110010 100000100 111011 11111

Color Harmonies of #41217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41217F

Black with #41217F

Text Example


Text Example

White with #41217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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