Html Css Color HEX #423176 Windsor

📋 copy color: '#423176'

red 66 ◦ green 49 ◦ blue 118

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

Shades of Windsor #423176

Tints of Windsor #423176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.64%

R = 28.33%
G = 21.03%
B = 50.64%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#423176 (or 0x423176) is known color: Windsor. HEX triplet: 42, 31 and 76. RGB value is (66,49,118). Sum of RGB (Red+Green+Blue) = 66+49+118=233 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.33% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 118 (46.48% from 255 or 50.64% from 233); Max value from RGB is 118 - color contains mainly: blue. Hex color #423176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423176 is #BDCE89. Grayscale: #3D3D3D. Windows color (decimal): -12439178 or 7745858. OLE color: 7745858.

HSL color Cylindrical-coordinate representation of color #423176: hue angle of 254.78º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #423176 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 49 118 -
CMYK 0.44 0.58 0 0.54
HSL 254.78º 0.41% 0.33% -
HSV(B) 254.78º 0.58% 0.46% -
XYZ 6.62 4.66 17.69 -
YUV 61.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 66 49 118 0.44 0.58 0 0.54 254.78 0.41 0.33
Hex 42 31 76 2C 3A 0 36 FF 29 21
Octal 102 61 166 54 72 0 66 377 51 41
Binary 1000010 110001 1110110 101100 111010 0 110110 11111111 101001 100001

Color Harmonies of #423176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423176

Black with #423176

Text Example


Text Example

White with #423176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423176; }

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

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

background-color css

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

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

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

border-color css

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

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

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