Html Css Color HEX #421973 Windsor

📋 copy color: '#421973'

red 66 ◦ green 25 ◦ blue 115

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

Shades of Windsor #421973

Tints of Windsor #421973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.83%

R = 32.04%
G = 12.14%
B = 55.83%

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

#421973 (or 0x421973) is known color: Windsor. HEX triplet: 42, 19 and 73. RGB value is (66,25,115). Sum of RGB (Red+Green+Blue) = 66+25+115=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 115 (45.31% from 255 or 55.83% from 206); Max value from RGB is 115 - color contains mainly: blue. Hex color #421973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421973 is #BDE68C. Grayscale: #2F2F2F. Windows color (decimal): -12445325 or 7543106. OLE color: 7543106.

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

Color convert

RGB 66 25 115 -
CMYK 0.43 0.78 0 0.55
HSL 267.33º 0.64% 0.27% -
HSV(B) 267.33º 0.78% 0.45% -
XYZ 5.69 3.09 16.52 -
YUV 47.52 166.08 141.18 -
System Red Green Blue C M Y K H S L
Decimal 66 25 115 0.43 0.78 0 0.55 267.33 0.64 0.27
Hex 42 19 73 2B 4E 0 37 10B 40 1B
Octal 102 31 163 53 116 0 67 413 100 33
Binary 1000010 11001 1110011 101011 1001110 0 110111 100001011 1000000 11011

Color Harmonies of #421973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421973

Black with #421973

Text Example


Text Example

White with #421973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421973; }

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

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

background-color css

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

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

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

border-color css

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

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

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