Html Css Color HEX #40217F Windsor

📋 copy color: '#40217F'

red 64 ◦ green 33 ◦ blue 127

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

Shades of Windsor #40217F

Tints of Windsor #40217F

RGB

 RED value IS 64 (25.39% from 255) = 28.57%

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

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

R = 28.57%
G = 14.73%
B = 56.7%

CMYK

 C value IS 0.50

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#40217F (or 0x40217F) is known color: Windsor. HEX triplet: 40, 21 and 7F. RGB value is (64,33,127). Sum of RGB (Red+Green+Blue) = 64+33+127=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #40217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40217F is #BFDE80. Grayscale: #343434. Windows color (decimal): -12574337 or 8331584. OLE color: 8331584.

HSL color Cylindrical-coordinate representation of color #40217F: hue angle of 259.79º 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 #40217F is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 33 127 -
CMYK 0.50 0.74 0 0.50
HSL 259.79º 0.59% 0.31% -
HSV(B) 259.79º 0.74% 0.5% -
XYZ 6.49 3.71 20.45 -
YUV 52.99 169.77 135.86 -
System Red Green Blue C M Y K H S L
Decimal 64 33 127 0.50 0.74 0 0.50 259.79 0.59 0.31
Hex 40 21 7F 32 4A 0 32 104 3B 1F
Octal 100 41 177 62 112 0 62 404 73 37
Binary 1000000 100001 1111111 110010 1001010 0 110010 100000100 111011 11111

Color Harmonies of #40217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40217F

Black with #40217F

Text Example


Text Example

White with #40217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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