Html Css Color HEX #421974 Windsor

📋 copy color: '#421974'

red 66 ◦ green 25 ◦ blue 116

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

Shades of Windsor #421974

Tints of Windsor #421974

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 31.88%
G = 12.08%
B = 56.04%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421974 (or 0x421974) is known color: Windsor. HEX triplet: 42, 19 and 74. RGB value is (66,25,116). Sum of RGB (Red+Green+Blue) = 66+25+116=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 116 (45.70% from 255 or 56.04% from 207); Max value from RGB is 116 - color contains mainly: blue. Hex color #421974 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421974 is #BDE68B. Grayscale: #2F2F2F. Windows color (decimal): -12445324 or 7608642. OLE color: 7608642.

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

Color convert

RGB 66 25 116 -
CMYK 0.43 0.78 0 0.55
HSL 267.03º 0.65% 0.28% -
HSV(B) 267.03º 0.78% 0.45% -
XYZ 5.75 3.11 16.82 -
YUV 47.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 66 25 116 0.43 0.78 0 0.55 267.03 0.65 0.28
Hex 42 19 74 2B 4E 0 37 10B 41 1C
Octal 102 31 164 53 116 0 67 413 101 34
Binary 1000010 11001 1110100 101011 1001110 0 110111 100001011 1000001 11100

Color Harmonies of #421974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421974

Black with #421974

Text Example


Text Example

White with #421974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421974; }

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

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

background-color css

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

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

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

border-color css

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

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

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