Html Css Color HEX #421A76 Windsor

📋 copy color: '#421A76'

red 66 ◦ green 26 ◦ blue 118

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

Shades of Windsor #421A76

Tints of Windsor #421A76

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.38%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 31.43%
G = 12.38%
B = 56.19%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#421A76 (or 0x421A76) is known color: Windsor. HEX triplet: 42, 1A and 76. RGB value is (66,26,118). Sum of RGB (Red+Green+Blue) = 66+26+118=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #421A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A76 is #BDE589. Grayscale: #303030. Windows color (decimal): -12445066 or 7739970. OLE color: 7739970.

HSL color Cylindrical-coordinate representation of color #421A76: hue angle of 266.09º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #421A76 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 26 118 -
CMYK 0.44 0.78 0 0.54
HSL 266.09º 0.64% 0.28% -
HSV(B) 266.09º 0.78% 0.46% -
XYZ 5.89 3.21 17.45 -
YUV 48.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 66 26 118 0.44 0.78 0 0.54 266.09 0.64 0.28
Hex 42 1A 76 2C 4E 0 36 10A 40 1C
Octal 102 32 166 54 116 0 66 412 100 34
Binary 1000010 11010 1110110 101100 1001110 0 110110 100001010 1000000 11100

Color Harmonies of #421A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A76

Black with #421A76

Text Example


Text Example

White with #421A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,26,118); }

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

background-color css

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

 a { background-color: rgb(66,26,118); }

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

border-color css

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

 span { border-color: rgb(66,26,118); }

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