Html Css Color HEX #423177 Windsor

📋 copy color: '#423177'

red 66 ◦ green 49 ◦ blue 119

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

Shades of Windsor #423177

Tints of Windsor #423177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.85%

R = 28.21%
G = 20.94%
B = 50.85%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#423177 (or 0x423177) is known color: Windsor. HEX triplet: 42, 31 and 77. RGB value is (66,49,119). Sum of RGB (Red+Green+Blue) = 66+49+119=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #423177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423177 is #BDCE88. Grayscale: #3D3D3D. Windows color (decimal): -12439177 or 7811394. OLE color: 7811394.

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

Color convert

RGB 66 49 119 -
CMYK 0.45 0.59 0 0.53
HSL 254.57º 0.42% 0.33% -
HSV(B) 254.57º 0.59% 0.47% -
XYZ 6.67 4.69 18.01 -
YUV 62.06 160.13 130.81 -
System Red Green Blue C M Y K H S L
Decimal 66 49 119 0.45 0.59 0 0.53 254.57 0.42 0.33
Hex 42 31 77 2D 3B 0 35 FF 2A 21
Octal 102 61 167 55 73 0 65 377 52 41
Binary 1000010 110001 1110111 101101 111011 0 110101 11111111 101010 100001

Color Harmonies of #423177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423177

Black with #423177

Text Example


Text Example

White with #423177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423177; }

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

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

background-color css

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

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

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

border-color css

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

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

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