Html Css Color HEX #421A77 Windsor

📋 copy color: '#421A77'

red 66 ◦ green 26 ◦ blue 119

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

Shades of Windsor #421A77

Tints of Windsor #421A77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.4%

R = 31.28%
G = 12.32%
B = 56.4%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#421A77 (or 0x421A77) is known color: Windsor. HEX triplet: 42, 1A and 77. RGB value is (66,26,119). Sum of RGB (Red+Green+Blue) = 66+26+119=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #421A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A77 is #BDE588. Grayscale: #303030. Windows color (decimal): -12445065 or 7805506. OLE color: 7805506.

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

Color convert

RGB 66 26 119 -
CMYK 0.45 0.78 0 0.53
HSL 265.81º 0.64% 0.28% -
HSV(B) 265.81º 0.78% 0.47% -
XYZ 5.95 3.23 17.76 -
YUV 48.56 167.75 140.44 -
System Red Green Blue C M Y K H S L
Decimal 66 26 119 0.45 0.78 0 0.53 265.81 0.64 0.28
Hex 42 1A 77 2D 4E 0 35 10A 40 1C
Octal 102 32 167 55 116 0 65 412 100 34
Binary 1000010 11010 1110111 101101 1001110 0 110101 100001010 1000000 11100

Color Harmonies of #421A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421A77

Black with #421A77

Text Example


Text Example

White with #421A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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