Html Css Color HEX #421C74 Windsor

📋 copy color: '#421C74'

red 66 ◦ green 28 ◦ blue 116

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

Shades of Windsor #421C74

Tints of Windsor #421C74

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.33%

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

R = 31.43%
G = 13.33%
B = 55.24%

CMYK

 C value IS 0.43

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421C74 (or 0x421C74) is known color: Windsor. HEX triplet: 42, 1C and 74. RGB value is (66,28,116). Sum of RGB (Red+Green+Blue) = 66+28+116=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 28 (11.33% from 255 or 13.33% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #421C74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C74 is #BDE38B. Grayscale: #313131. Windows color (decimal): -12444556 or 7609410. OLE color: 7609410.

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

Color convert

RGB 66 28 116 -
CMYK 0.43 0.76 0 0.55
HSL 265.91º 0.61% 0.28% -
HSV(B) 265.91º 0.76% 0.45% -
XYZ 5.81 3.25 16.84 -
YUV 49.39 165.59 139.84 -
System Red Green Blue C M Y K H S L
Decimal 66 28 116 0.43 0.76 0 0.55 265.91 0.61 0.28
Hex 42 1C 74 2B 4C 0 37 10A 3D 1C
Octal 102 34 164 53 114 0 67 412 75 34
Binary 1000010 11100 1110100 101011 1001100 0 110111 100001010 111101 11100

Color Harmonies of #421C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C74

Black with #421C74

Text Example


Text Example

White with #421C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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