Html Css Color HEX #423179 Windsor

📋 copy color: '#423179'

red 66 ◦ green 49 ◦ blue 121

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

Shades of Windsor #423179

Tints of Windsor #423179

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 121 (47.66% from 255) = 51.27%

R = 27.97%
G = 20.76%
B = 51.27%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423179 (or 0x423179) is known color: Windsor. HEX triplet: 42, 31 and 79. RGB value is (66,49,121). Sum of RGB (Red+Green+Blue) = 66+49+121=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 121 (47.66% from 255 or 51.27% from 236); Max value from RGB is 121 - color contains mainly: blue. Hex color #423179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423179 is #BDCE86. Grayscale: #3E3E3E. Windows color (decimal): -12439175 or 7942466. OLE color: 7942466.

HSL color Cylindrical-coordinate representation of color #423179: hue angle of 254.17º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #423179 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 49 121 -
CMYK 0.45 0.60 0 0.53
HSL 254.17º 0.42% 0.33% -
HSV(B) 254.17º 0.6% 0.47% -
XYZ 6.8 4.74 18.64 -
YUV 62.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 66 49 121 0.45 0.60 0 0.53 254.17 0.42 0.33
Hex 42 31 79 2D 3C 0 35 FE 2A 21
Octal 102 61 171 55 74 0 65 376 52 41
Binary 1000010 110001 1111001 101101 111100 0 110101 11111110 101010 100001

Color Harmonies of #423179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423179

Black with #423179

Text Example


Text Example

White with #423179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423179; }

 p { color: rgb(66,49,121); }

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

background-color css

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

 a { background-color: rgb(66,49,121); }

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

border-color css

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

 span { border-color: rgb(66,49,121); }

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