Html Css Color HEX #421F71 Windsor

📋 copy color: '#421F71'

red 66 ◦ green 31 ◦ blue 113

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

Shades of Windsor #421F71

Tints of Windsor #421F71

RGB

 RED value IS 66 (26.17% from 255) = 31.43%

 GREEN value IS 31 (12.5% from 255) = 14.76%

 BLUE value IS 113 (44.53% from 255) = 53.81%

R = 31.43%
G = 14.76%
B = 53.81%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#421F71 (or 0x421F71) is known color: Windsor. HEX triplet: 42, 1F and 71. RGB value is (66,31,113). Sum of RGB (Red+Green+Blue) = 66+31+113=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #421F71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F71 is #BDE08E. Grayscale: #323232. Windows color (decimal): -12443791 or 7413570. OLE color: 7413570.

HSL color Cylindrical-coordinate representation of color #421F71: hue angle of 265.61º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421F71 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 31 113 -
CMYK 0.42 0.73 0 0.56
HSL 265.61º 0.57% 0.28% -
HSV(B) 265.61º 0.73% 0.44% -
XYZ 5.72 3.33 15.96 -
YUV 50.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 66 31 113 0.42 0.73 0 0.56 265.61 0.57 0.28
Hex 42 1F 71 2A 49 0 38 10A 39 1C
Octal 102 37 161 52 111 0 70 412 71 34
Binary 1000010 11111 1110001 101010 1001001 0 111000 100001010 111001 11100

Color Harmonies of #421F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421F71

Black with #421F71

Text Example


Text Example

White with #421F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421F71; }

 p { color: rgb(66,31,113); }

 H1.HeaderClassName
 {
   color: #421F71;
 }
 .AnyTagClassName
 {
   color: #421F71;
 }
</style>

background-color css

<style>
 a { background-color: #421F71; }

 a { background-color: rgb(66,31,113); }

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

border-color css

<style>
 span { border-color: #421F71; }

 span { border-color: rgb(66,31,113); }

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