Html Css Color HEX #432577 Windsor

📋 copy color: '#432577'

red 67 ◦ green 37 ◦ blue 119

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

Shades of Windsor #432577

Tints of Windsor #432577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 30.04%
G = 16.59%
B = 53.36%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#432577 (or 0x432577) is known color: Windsor. HEX triplet: 43, 25 and 77. RGB value is (67,37,119). Sum of RGB (Red+Green+Blue) = 67+37+119=223 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.04% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #432577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432577 is #BCDA88. Grayscale: #373737. Windows color (decimal): -12376713 or 7808323. OLE color: 7808323.

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

Color convert

RGB 67 37 119 -
CMYK 0.44 0.69 0 0.53
HSL 261.95º 0.53% 0.31% -
HSV(B) 261.95º 0.69% 0.47% -
XYZ 6.31 3.85 17.86 -
YUV 55.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 67 37 119 0.44 0.69 0 0.53 261.95 0.53 0.31
Hex 43 25 77 2C 45 0 35 106 35 1F
Octal 103 45 167 54 105 0 65 406 65 37
Binary 1000011 100101 1110111 101100 1000101 0 110101 100000110 110101 11111

Color Harmonies of #432577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432577

Black with #432577

Text Example


Text Example

White with #432577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432577; }

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

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

background-color css

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

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

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

border-color css

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

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

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