Html Css Color HEX #421B73 Windsor

📋 copy color: '#421B73'

red 66 ◦ green 27 ◦ blue 115

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

Shades of Windsor #421B73

Tints of Windsor #421B73

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.98%

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

R = 31.73%
G = 12.98%
B = 55.29%

CMYK

 C value IS 0.43

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#421B73 (or 0x421B73) is known color: Windsor. HEX triplet: 42, 1B and 73. RGB value is (66,27,115). Sum of RGB (Red+Green+Blue) = 66+27+115=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 115 (45.31% from 255 or 55.29% from 208); Max value from RGB is 115 - color contains mainly: blue. Hex color #421B73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B73 is #BDE48C. Grayscale: #303030. Windows color (decimal): -12444813 or 7543618. OLE color: 7543618.

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

Color convert

RGB 66 27 115 -
CMYK 0.43 0.77 0 0.55
HSL 266.59º 0.62% 0.28% -
HSV(B) 266.59º 0.77% 0.45% -
XYZ 5.73 3.18 16.53 -
YUV 48.69 165.42 140.34 -
System Red Green Blue C M Y K H S L
Decimal 66 27 115 0.43 0.77 0 0.55 266.59 0.62 0.28
Hex 42 1B 73 2B 4D 0 37 10B 3E 1C
Octal 102 33 163 53 115 0 67 413 76 34
Binary 1000010 11011 1110011 101011 1001101 0 110111 100001011 111110 11100

Color Harmonies of #421B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B73

Black with #421B73

Text Example


Text Example

White with #421B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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