Html Css Color HEX #432174 Windsor

📋 copy color: '#432174'

red 67 ◦ green 33 ◦ blue 116

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

Shades of Windsor #432174

Tints of Windsor #432174

RGB

 RED value IS 67 (26.56% from 255) = 31.02%

 GREEN value IS 33 (13.28% from 255) = 15.28%

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 31.02%
G = 15.28%
B = 53.7%

CMYK

 C value IS 0.42

 M value IS 0.72

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432174 (or 0x432174) is known color: Windsor. HEX triplet: 43, 21 and 74. RGB value is (67,33,116). Sum of RGB (Red+Green+Blue) = 67+33+116=216 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.02% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #432174 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432174 is #BCDE8B. Grayscale: #343434. Windows color (decimal): -12377740 or 7610691. OLE color: 7610691.

HSL color Cylindrical-coordinate representation of color #432174: hue angle of 264.58º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #432174 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 67 33 116 -
CMYK 0.42 0.72 0 0.55
HSL 264.58º 0.56% 0.29% -
HSV(B) 264.58º 0.72% 0.45% -
XYZ 6.01 3.54 16.89 -
YUV 52.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 67 33 116 0.42 0.72 0 0.55 264.58 0.56 0.29
Hex 43 21 74 2A 48 0 37 109 38 1D
Octal 103 41 164 52 110 0 67 411 70 35
Binary 1000011 100001 1110100 101010 1001000 0 110111 100001001 111000 11101

Color Harmonies of #432174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432174

Black with #432174

Text Example


Text Example

White with #432174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432174; }

 p { color: rgb(67,33,116); }

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

background-color css

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

 a { background-color: rgb(67,33,116); }

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

border-color css

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

 span { border-color: rgb(67,33,116); }

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