Html Css Color HEX #421E90 Windsor

📋 copy color: '#421E90'

red 66 ◦ green 30 ◦ blue 144

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

Shades of Windsor #421E90

Tints of Windsor #421E90

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.5%

 BLUE value IS 144 (56.64% from 255) = 60%

R = 27.5%
G = 12.5%
B = 60%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#421E90 (or 0x421E90) is known color: Windsor. HEX triplet: 42, 1E and 90. RGB value is (66,30,144). Sum of RGB (Red+Green+Blue) = 66+30+144=240 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.5% from 240); Green value is 30 (12.11% from 255 or 12.5% from 240); Blue value is 144 (56.64% from 255 or 60% from 240); Max value from RGB is 144 - color contains mainly: blue. Hex color #421E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421E90 is #BDE16F. Grayscale: #353535. Windows color (decimal): -12444016 or 9444930. OLE color: 9444930.

HSL color Cylindrical-coordinate representation of color #421E90: hue angle of 258.95º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421E90 is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 30 144 -
CMYK 0.54 0.79 0 0.44
HSL 258.95º 0.66% 0.34% -
HSV(B) 258.95º 0.79% 0.56% -
XYZ 7.75 4.1 26.77 -
YUV 53.76 178.93 136.73 -
System Red Green Blue C M Y K H S L
Decimal 66 30 144 0.54 0.79 0 0.44 258.95 0.66 0.34
Hex 42 1E 90 36 4F 0 2C 103 42 22
Octal 102 36 220 66 117 0 54 403 102 42
Binary 1000010 11110 10010000 110110 1001111 0 101100 100000011 1000010 100010

Color Harmonies of #421E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E90

Black with #421E90

Text Example


Text Example

White with #421E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,30,144); }

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

background-color css

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

 a { background-color: rgb(66,30,144); }

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

border-color css

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

 span { border-color: rgb(66,30,144); }

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