Html Css Color HEX #432573 Windsor

📋 copy color: '#432573'

red 67 ◦ green 37 ◦ blue 115

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

Shades of Windsor #432573

Tints of Windsor #432573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 52.51%

R = 30.59%
G = 16.89%
B = 52.51%

CMYK

 C value IS 0.42

 M value IS 0.68

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#432573 (or 0x432573) is known color: Windsor. HEX triplet: 43, 25 and 73. RGB value is (67,37,115). Sum of RGB (Red+Green+Blue) = 67+37+115=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #432573 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #432573 is #BCDA8C. Grayscale: #363636. Windows color (decimal): -12376717 or 7546179. OLE color: 7546179.

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

Color convert

RGB 67 37 115 -
CMYK 0.42 0.68 0 0.55
HSL 263.08º 0.51% 0.3% -
HSV(B) 263.08º 0.68% 0.45% -
XYZ 6.07 3.75 16.62 -
YUV 54.86 161.94 136.66 -
System Red Green Blue C M Y K H S L
Decimal 67 37 115 0.42 0.68 0 0.55 263.08 0.51 0.3
Hex 43 25 73 2A 44 0 37 107 33 1E
Octal 103 45 163 52 104 0 67 407 63 36
Binary 1000011 100101 1110011 101010 1000100 0 110111 100000111 110011 11110

Color Harmonies of #432573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432573

Black with #432573

Text Example


Text Example

White with #432573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432573; }

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

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

background-color css

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

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

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

border-color css

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

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

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