Html Css Color HEX #432877 Windsor

📋 copy color: '#432877'

red 67 ◦ green 40 ◦ blue 119

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

Shades of Windsor #432877

Tints of Windsor #432877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.7%

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

R = 29.65%
G = 17.7%
B = 52.65%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432877 (or 0x432877) is known color: Windsor. HEX triplet: 43, 28 and 77. RGB value is (67,40,119). Sum of RGB (Red+Green+Blue) = 67+40+119=226 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.65% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #432877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432877 is #BCD788. Grayscale: #383838. Windows color (decimal): -12375945 or 7809091. OLE color: 7809091.

HSL color Cylindrical-coordinate representation of color #432877: hue angle of 260.51º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #432877 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 67 40 119 -
CMYK 0.44 0.66 0 0.53
HSL 260.51º 0.5% 0.31% -
HSV(B) 260.51º 0.66% 0.47% -
XYZ 6.4 4.04 17.9 -
YUV 57.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 67 40 119 0.44 0.66 0 0.53 260.51 0.5 0.31
Hex 43 28 77 2C 42 0 35 105 32 1F
Octal 103 50 167 54 102 0 65 405 62 37
Binary 1000011 101000 1110111 101100 1000010 0 110101 100000101 110010 11111

Color Harmonies of #432877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432877

Black with #432877

Text Example


Text Example

White with #432877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432877; }

 p { color: rgb(67,40,119); }

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

background-color css

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

 a { background-color: rgb(67,40,119); }

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

border-color css

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

 span { border-color: rgb(67,40,119); }

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