Html Css Color HEX #421E74 Windsor

📋 copy color: '#421E74'

red 66 ◦ green 30 ◦ blue 116

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

Shades of Windsor #421E74

Tints of Windsor #421E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.72%

R = 31.13%
G = 14.15%
B = 54.72%

CMYK

 C value IS 0.43

 M value IS 0.74

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421E74 (or 0x421E74) is known color: Windsor. HEX triplet: 42, 1E and 74. RGB value is (66,30,116). Sum of RGB (Red+Green+Blue) = 66+30+116=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 30 (12.11% from 255 or 14.15% from 212); Blue value is 116 (45.70% from 255 or 54.72% from 212); Max value from RGB is 116 - color contains mainly: blue. Hex color #421E74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E74 is #BDE18B. Grayscale: #323232. Windows color (decimal): -12444044 or 7609922. OLE color: 7609922.

HSL color Cylindrical-coordinate representation of color #421E74: hue angle of 265.12º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #421E74 is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 30 116 -
CMYK 0.43 0.74 0 0.55
HSL 265.12º 0.59% 0.29% -
HSV(B) 265.12º 0.74% 0.45% -
XYZ 5.86 3.35 16.86 -
YUV 50.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 66 30 116 0.43 0.74 0 0.55 265.12 0.59 0.29
Hex 42 1E 74 2B 4A 0 37 109 3B 1D
Octal 102 36 164 53 112 0 67 411 73 35
Binary 1000010 11110 1110100 101011 1001010 0 110111 100001001 111011 11101

Color Harmonies of #421E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421E74

Black with #421E74

Text Example


Text Example

White with #421E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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