Html Css Color HEX #421D89 Windsor

📋 copy color: '#421D89'

red 66 ◦ green 29 ◦ blue 137

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

Shades of Windsor #421D89

Tints of Windsor #421D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.5%

 BLUE value IS 137 (53.91% from 255) = 59.05%

R = 28.45%
G = 12.5%
B = 59.05%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#421D89 (or 0x421D89) is known color: Windsor. HEX triplet: 42, 1D and 89. RGB value is (66,29,137). Sum of RGB (Red+Green+Blue) = 66+29+137=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 137 (53.91% from 255 or 59.05% from 232); Max value from RGB is 137 - color contains mainly: blue. Hex color #421D89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421D89 is #BDE276. Grayscale: #333333. Windows color (decimal): -12444279 or 8985922. OLE color: 8985922.

HSL color Cylindrical-coordinate representation of color #421D89: hue angle of 260.56º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421D89 is Cyan = 0.52, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 29 137 -
CMYK 0.52 0.79 0 0.46
HSL 260.56º 0.65% 0.33% -
HSV(B) 260.56º 0.79% 0.54% -
XYZ 7.2 3.84 24.03 -
YUV 52.38 175.76 137.72 -
System Red Green Blue C M Y K H S L
Decimal 66 29 137 0.52 0.79 0 0.46 260.56 0.65 0.33
Hex 42 1D 89 34 4F 0 2E 105 41 21
Octal 102 35 211 64 117 0 56 405 101 41
Binary 1000010 11101 10001001 110100 1001111 0 101110 100000101 1000001 100001

Color Harmonies of #421D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D89

Black with #421D89

Text Example


Text Example

White with #421D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,29,137); }

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

background-color css

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

 a { background-color: rgb(66,29,137); }

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

border-color css

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

 span { border-color: rgb(66,29,137); }

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